aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2015-01-03 10:32:36 +0000
committerAlex Stapleton <alexs@prol.etari.at>2015-01-03 10:32:36 +0000
commitaac0928f1a1e5690f2a081947134cac04de10086 (patch)
tree36bcf39f09dd268b5461e2758157a6b92ef6d0fd /docs
parentb23a554dc5a6b71c3b543714d61a70fdf59c5ad1 (diff)
parent0498d4cf00b7891bfb52bbf740cffc2b36fa506d (diff)
downloadcryptography-aac0928f1a1e5690f2a081947134cac04de10086.tar.gz
cryptography-aac0928f1a1e5690f2a081947134cac04de10086.tar.bz2
cryptography-aac0928f1a1e5690f2a081947134cac04de10086.zip
Merge pull request #1603 from reaperhulk/fix-1521
provide paths from the cryptography vectors root for custom asym vectors
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst37
1 files changed, 19 insertions, 18 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 10c20dba..6a8f3fb8 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -37,24 +37,25 @@ Asymmetric ciphers
Custom Asymmetric Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~
-* ``ec_private_key.pem`` - Contains an Elliptic Curve key generated by OpenSSL
- from the curve ``secp256r1``.
-* ``ec_private_key_encrypted.pem`` - Contains the same Elliptic Curve key as
- ``ec_private_key.pem``, except that it is encrypted with AES-128 with the
- password "123456".
-* ``ec_public_key.pem`` - Contains the public key corresponding to
- ``ec_private_key.pem``, generated using OpenSSL.
-* ``rsa_private_key.pem`` - Contains an RSA 2048 bit key generated using
- OpenSSL, protected by the secret "123456" with DES3 encryption.
-* ``rsa_public_key.pem`` - Contains an RSA 2048 bit public generated using
- OpenSSL from ``rsa_private_key.pem``.
-* ``dsaparam.pem`` - Contains 2048-bit DSA parameters generated using OpenSSL;
- contains no keys.
-* ``dsa_private_key.pem`` - Contains a DSA 2048 bit key generated using
- OpenSSL from the parameters in ``dsaparam.pem``, protected by the secret
- "123456" with DES3 encryption.
-* ``dsa_public_key.pem`` - Contains a DSA 2048 bit key generated using OpenSSL
- from ``dsa_private_key.pem``.
+* ``asymmetric/PEM_Serialization/ec_private_key.pem`` - Contains an Elliptic
+ Curve key generated by OpenSSL from the curve ``secp256r1``.
+* ``asymmetric/PEM_Serialization/ec_private_key_encrypted.pem`` - Contains the
+ same Elliptic Curve key as ``ec_private_key.pem``, except that it is
+ encrypted with AES-128 with the password "123456".
+* ``asymmetric/PEM_Serialization/ec_public_key.pem`` - Contains the public key
+ corresponding to ``ec_private_key.pem``, generated using OpenSSL.
+* ``asymmetric/PEM_Serialization/rsa_private_key.pem`` - Contains an RSA 2048
+ bit key generated using OpenSSL, protected by the secret "123456" with DES3
+ encryption.
+* ``asymmetric/PEM_Serialization/rsa_public_key.pem`` - Contains an RSA 2048
+ bit public generated using OpenSSL from ``rsa_private_key.pem``.
+* ``asymmetric/PEM_Serialization/dsaparam.pem`` - Contains 2048-bit DSA
+ parameters generated using OpenSSL; contains no keys.
+* ``asymmetric/PEM_Serialization/dsa_private_key.pem`` - Contains a DSA 2048
+ bit key generated using OpenSSL from the parameters in ``dsaparam.pem``,
+ protected by the secret "123456" with DES3 encryption.
+* ``asymmetric/PEM_Serialization/dsa_public_key.pem`` - Contains a DSA 2048 bit
+ key generated using OpenSSL from ``dsa_private_key.pem``.
X.509