commit | 52e40488aa434453a04c6545a472d4bf3918311a | [log] [tgz] |
---|---|---|
author | Alex Stapleton <alexs@prol.etari.at> | Sat Feb 15 21:33:46 2014 +0000 |
committer | Alex Stapleton <alexs@prol.etari.at> | Wed Feb 19 20:53:21 2014 +0000 |
tree | abc9ba6412963858c1a4cee488dceedf49049922 | |
parent | 574ad9aad1c8df7d499f73a7a3f7c12a036b5fbf [diff] |
Add OpenSSL PEM vector docs
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index f47f08d..3f3c8b0 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst
@@ -15,6 +15,8 @@ * RSA PKCS1 from the RSA FTP site (ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-1/ and ftp://ftp.rsa.com/pub/rsalabs/tmp/). +* OpenSSL PEM serialization vectors from the `OpenSSL`_ and `GnuTLS`_ test + suites. Hashes ~~~~~~ @@ -100,3 +102,5 @@ .. _`Whirlpool website`: http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html .. _`Specification repository`: https://github.com/fernet/spec .. _`errata`: http://www.rfc-editor.org/errata_search.php?rfc=6238 +.. _`OpenSSL`: https://www.openssl.org/ +.. _`GnuTLS`: http://www.gnutls.org/
diff --git a/tests/hazmat/primitives/vectors/asymmetric/GnuTLS/key1.pem b/tests/hazmat/primitives/vectors/asymmetric/OpenSSL_Serialization/key1.pem similarity index 100% rename from tests/hazmat/primitives/vectors/asymmetric/GnuTLS/key1.pem rename to tests/hazmat/primitives/vectors/asymmetric/OpenSSL_Serialization/key1.pem
diff --git a/tests/hazmat/primitives/vectors/asymmetric/GnuTLS/key2.pem b/tests/hazmat/primitives/vectors/asymmetric/OpenSSL_Serialization/key2.pem similarity index 100% rename from tests/hazmat/primitives/vectors/asymmetric/GnuTLS/key2.pem rename to tests/hazmat/primitives/vectors/asymmetric/OpenSSL_Serialization/key2.pem
diff --git a/tests/hazmat/primitives/vectors/asymmetric/OpenSSL/testrsa-encrypted.pem b/tests/hazmat/primitives/vectors/asymmetric/OpenSSL_Serialization/testrsa-encrypted.pem similarity index 100% rename from tests/hazmat/primitives/vectors/asymmetric/OpenSSL/testrsa-encrypted.pem rename to tests/hazmat/primitives/vectors/asymmetric/OpenSSL_Serialization/testrsa-encrypted.pem
diff --git a/tests/hazmat/primitives/vectors/asymmetric/OpenSSL/testrsa.pem b/tests/hazmat/primitives/vectors/asymmetric/OpenSSL_Serialization/testrsa.pem similarity index 100% rename from tests/hazmat/primitives/vectors/asymmetric/OpenSSL/testrsa.pem rename to tests/hazmat/primitives/vectors/asymmetric/OpenSSL_Serialization/testrsa.pem