Skip to content

Commit

Permalink
Do not allow other forms of dangerous crypto primitives.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Jan 4, 2018
1 parent dc8aa5e commit 4c15b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/01-Protocol-Versions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ to assist in cross-platform library development.
* If encryption is specified, unauthenticated modes (e.g. AES-CBC) are forbidden.
* The nonce or initialization vector must be covered by the authentication
tag, not just the ciphertext.
2. Non-deterministic and stateful signature schemes (e.g. ECDSA without RFC 6979, XMSS)
are forbidden.
2. Non-deterministic, stateful, and otherwise dangerous signature schemes (e.g. ECDSA
without RFC 6979, XMSS) are forbidden.
3. Public-key cryptography must be IND-CCA2 secure to be considered for inclusion.
* This means no RSA with PKCS1v1.5 padding, textbook RSA, etc.

Expand Down

0 comments on commit 4c15b7b

Please sign in to comment.