diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-04 14:47:47 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-04 14:47:47 -0800 |
commit | 8566cac67b57d93d822bdfa73345a1f679d30701 (patch) | |
tree | f7d2d1a0821f19022d75eeee0c9a8c7477ec2ed0 /docs | |
parent | a358d6bb2809a6abe485d65973fa30f8e534e5f5 (diff) | |
parent | 7f0039cbdffb976b006ccceaa06a6051421b6b03 (diff) | |
download | cryptography-8566cac67b57d93d822bdfa73345a1f679d30701.tar.gz cryptography-8566cac67b57d93d822bdfa73345a1f679d30701.tar.bz2 cryptography-8566cac67b57d93d822bdfa73345a1f679d30701.zip |
Merge pull request #723 from reaperhulk/nist-rsa-vectors
NIST RSA Test Vectors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index ab60fdbd..a70b82d3 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -15,6 +15,7 @@ Asymmetric Ciphers * RSA PKCS #1 from the RSA FTP site (ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-1/ and ftp://ftp.rsa.com/pub/rsalabs/tmp/). +* RSA FIPS 186-2 and PKCS1 v1.5 vulnerability test vectors from `NIST CAVP`_. * DSA test vectors from `FIPS 186-2`_ and `FIPS 186-3`_. * OpenSSL PEM RSA serialization vectors from the `OpenSSL example key`_ and `GnuTLS key parsing tests`_. |