aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/readme.txt
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-03 16:13:09 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-03 16:13:09 -0800
commit53f6dbca6e5a5a727c58e6c1fc320e09503d1cba (patch)
treeea51a47b4d0b69103bbca62d759cc9005ce3d109 /tests/hazmat/primitives/vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/readme.txt
parent2b1752ed68a08255ddacf1800c6cb6b406ce5e4b (diff)
parent59ca2fc4a93ed398e5c2674b7c98a81ed95e0930 (diff)
downloadcryptography-53f6dbca6e5a5a727c58e6c1fc320e09503d1cba.tar.gz
cryptography-53f6dbca6e5a5a727c58e6c1fc320e09503d1cba.tar.bz2
cryptography-53f6dbca6e5a5a727c58e6c1fc320e09503d1cba.zip
Merge branch 'master' into prioritized-multi-backend
Diffstat (limited to 'tests/hazmat/primitives/vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/readme.txt')
-rw-r--r--tests/hazmat/primitives/vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/readme.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/readme.txt b/tests/hazmat/primitives/vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/readme.txt
new file mode 100644
index 00000000..b6fb41c1
--- /dev/null
+++ b/tests/hazmat/primitives/vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/readme.txt
@@ -0,0 +1,17 @@
+====================
+pkcs-1v2-1d2-vec.zip
+====================
+
+This directory contains test vectors for RSA-OAEP and RSA-PSS
+as defined in the second draft of PKCS #1 v2.1.
+
+The files:
+
+readme.txt This file.
+oaep-vect.txt Test vectors for RSA-OAEP encryption.
+oaep-int.txt Intermediate values for RSA-OAEP
+ encryption and RSA decryption with CRT.
+ Also, BER-encoded RSAPrivateKey and
+ RSAPublicKey types.
+pss-vect.txt Test vectors for RSA-PSS signing.
+pss-int.txt Intermediate values for RSA-PSS signing.