aboutsummaryrefslogtreecommitdiff
path: root/crypto-defects.md
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andres@krutt.org>2016-06-29 03:11:58 -0400
committerGravatar GitHub <noreply@github.com>2016-06-29 03:11:58 -0400
commit3a21f0e37c85684e5bc991f49d10a77f9ea78d6d (patch)
tree378e80a24aa069779e128551ab6e689d6647afdb /crypto-defects.md
parent8dc35ba3cc06d6975567bada42ed50a905f1dc10 (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 457a21303..1a7ecdc8c 100644
--- a/crypto-defects.md
+++ b/crypto-defects.md
@@ -13,3 +13,4 @@ appearing in our code.
| [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 |
| [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) = ∞ |