aboutsummaryrefslogtreecommitdiff
path: root/crypto-defects.md
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andres@krutt.org>2016-06-29 01:28:28 -0400
committerGravatar GitHub <noreply@github.com>2016-06-29 01:28:28 -0400
commit555b058390770b3caaa3b858d2dac047fda0e5cc (patch)
treea92e1f95819bc1306672482213c3d379e2097875 /crypto-defects.md
parent9314779667e9d000e07d68ea55a6dd8647a707e3 (diff)
Create crypto-defects.md
Diffstat (limited to 'crypto-defects.md')
-rw-r--r--crypto-defects.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto-defects.md b/crypto-defects.md
new file mode 100644
index 000000000..88bd6d2e9
--- /dev/null
+++ b/crypto-defects.md
@@ -0,0 +1,9 @@
+Here is an incomplete list of defects in cryptographic implementations. We
+should make sure our verification rules out the possibility of similar mistakes
+appearing in our code.
+
+| Reference | Specification | Implementation | Defect |
+| ------------------------------------------------------------------- | --------------------------- | --------------------------- | ------------- |
+| [openssl#3607](https://rt.openssl.org/Ticket/Display.html?id=3607) | P256 field element squaring | 64-bit Montgomery form, asm | limb overflow |
+| | | | |
+| | | | |