aboutsummaryrefslogtreecommitdiff
path: root/crypto-defects.md
blob: 88bd6d2e9e92d7497f1f7b2bea8a562514282aa7 (plain)
1
2
3
4
5
6
7
8
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 |
|                                                                     |                             |                             |               |
|                                                                     |                             |                             |               |