aboutsummaryrefslogtreecommitdiff
path: root/crypto-defects.md
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andres@krutt.org>2016-06-29 02:33:16 -0400
committerGravatar GitHub <noreply@github.com>2016-06-29 02:33:16 -0400
commita5ecf8dddb9dcd986b7237a5daeaff9a0b96a760 (patch)
treea0fcdcc0a10fd08ce4f2c489820dd04059dc9eb7 /crypto-defects.md
parent8a18bfd2ceef8d073250d62742d9d12d345cad16 (diff)
Update crypto-defects.md
Diffstat (limited to 'crypto-defects.md')
-rw-r--r--crypto-defects.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto-defects.md b/crypto-defects.md
index 50053001e..59f2af61e 100644
--- a/crypto-defects.md
+++ b/crypto-defects.md
@@ -11,3 +11,4 @@ appearing in our code.
| [openssl#ef5c9b11](https://github.com/openssl/openssl/commit/29851264f11ccc70c6c0140d7e3d8d93ef5c9b11) | Modular exponentiation | 64-bit Montgomery form, AMD64 | carry handling |
| [nettle#09e3ce4d](https://git.lysator.liu.se/nettle/nettle/commit/c71d2c9d20eeebb985e3872e4550137209e3ce4d) | secp-256r1 modular reduction | | carry handling |
| [socat#7](http://www.dest-unreach.org/socat/contrib/socat-secadv7.html) | DH in Z*p | irrelevant | non-prime p |
+| [invalid-curve](http://euklid.org/pdf/ECC_Invalid_Curve.pdf) | NIST ECDH | irrelevant | not onCurve |