aboutsummaryrefslogtreecommitdiff
path: root/crypto-defects.md
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andres@krutt.org>2016-06-29 01:39:27 -0400
committerGravatar GitHub <noreply@github.com>2016-06-29 01:39:27 -0400
commitdba9223dd4ea46f2476718635bcfbd157671bef6 (patch)
treecaa9a9e1ebd7c5a6ca1b3f28efa7a3b5f1c02e44 /crypto-defects.md
parent555b058390770b3caaa3b858d2dac047fda0e5cc (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 88bd6d2e9..afd06f290 100644
--- a/crypto-defects.md
+++ b/crypto-defects.md
@@ -5,5 +5,6 @@ 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 |
+| [go#13515](https://github.com/golang/go/issues/13515) | Modular exponentiation | uintptr-sized Montgomery form, Go | carry handling |
| | | | |
| | | | |