aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/vectors/asymmetric/RSA/pkcs-1v2-1d2-vec/readme.txt
diff options
context:
space:
mode:
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.