summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2021-09-29 13:46:56 +0200
committerjaseg <git@jaseg.de>2021-09-29 13:46:56 +0200
commitc6fc46736d2e41466a52307ca748d7bed0597854 (patch)
treef71151f4a0b2de8b8626d46fa0fdeecfc2092279
parent427881c7c570b2694c7f82d4fc29753f15385833 (diff)
downloadihsm-c6fc46736d2e41466a52307ca748d7bed0597854.tar.gz
ihsm-c6fc46736d2e41466a52307ca748d7bed0597854.tar.bz2
ihsm-c6fc46736d2e41466a52307ca748d7bed0597854.zip
Cosmetic changes
-rw-r--r--paper/diffinator.py4
-rw-r--r--paper/ihsm_paper.tex2
2 files changed, 3 insertions, 3 deletions
diff --git a/paper/diffinator.py b/paper/diffinator.py
index a54e844..70907d5 100644
--- a/paper/diffinator.py
+++ b/paper/diffinator.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python3
import re
+import sys
import subprocess
import string
@@ -61,8 +62,7 @@ def generate_git_tex_diff(texfile, bibliography, revision):
line = line.rstrip()
if document_started: # diff results in preamble
- import sys
- debug = 'battery' in line
+ debug = False #'battery' in line
if debug:
print('orig:', repr(line), file=sys.stderr)
diff --git a/paper/ihsm_paper.tex b/paper/ihsm_paper.tex
index 375b096..cb70164 100644
--- a/paper/ihsm_paper.tex
+++ b/paper/ihsm_paper.tex
@@ -543,7 +543,7 @@ feed-through as potential weak spots.
The third and last way to attack a conventional HSM is to disable the mesh monitoring circuit~\cite{dexter2015}. An
attacker may need to insert several probes to wiretap the payload processor's secrets, but if poorly implemented, they
may be able to disable the mesh monitor with only one. This type of attack can be mitigated by careful electronic
-design.
+design that avoids single points of failure as well as fail-open failure modes.
\subsection{Attacks that work on any HSM}