aboutsummaryrefslogtreecommitdiff
path: root/crypto-defects.md
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andres@krutt.org>2016-06-29 03:26:18 -0400
committerGravatar GitHub <noreply@github.com>2016-06-29 03:26:18 -0400
commit0ba1a337724893c9b0da950c4dddfc1ee736b4f7 (patch)
treecde478dd66501e5f049bb4461bf945111b0d2846 /crypto-defects.md
parent3a21f0e37c85684e5bc991f49d10a77f9ea78d6d (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 1a7ecdc8c..bcaf7e84c 100644
--- a/crypto-defects.md
+++ b/crypto-defects.md
@@ -14,3 +14,4 @@ appearing in our code.
| [invalid-curve](http://euklid.org/pdf/ECC_Invalid_Curve.pdf) | NIST ECDH | irrelevant | not onCurve |
| [donna#8edc799f](https://github.com/agl/curve25519-donna/commit/2647eeba59fb628914c79ce691df794a8edc799f) | F25519 internal to wire | 32-bit pseudo-Mersenne, C | non-canonical |
| [end-to-end#340](https://github.com/google/end-to-end/issues/340) | Curve25519 library | twisted Edwards coordinates | (0, 1) = ∞ |
+| [CVE-2006-4339](https://web.archive.org/web/20071010042708/http://www.imc.org/ietf-openpgp/mail-archive/msg14307.html) | RSA-PKCS-1 sig. verification | irrelevant | padding check |