From 555b058390770b3caaa3b858d2dac047fda0e5cc Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Wed, 29 Jun 2016 01:28:28 -0400 Subject: Create crypto-defects.md --- crypto-defects.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crypto-defects.md (limited to 'crypto-defects.md') 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 | +| | | | | +| | | | | -- cgit v1.2.3