diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-03 22:32:11 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-03 22:32:39 -0400 |
commit | 7f0039cbdffb976b006ccceaa06a6051421b6b03 (patch) | |
tree | 6d45e924142b3ae64b94e4dbd3a81e40be8e191d /docs | |
parent | 22425b5f7f012e3bd788d51982637b220d3409ae (diff) | |
download | cryptography-7f0039cbdffb976b006ccceaa06a6051421b6b03.tar.gz cryptography-7f0039cbdffb976b006ccceaa06a6051421b6b03.tar.bz2 cryptography-7f0039cbdffb976b006ccceaa06a6051421b6b03.zip |
add vector sources
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 f18a5f2e..419dcc82 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`_. |