diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-01-06 14:46:15 +0000 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-01-06 14:46:15 +0000 |
commit | 4b8abc37b6a4bb6fa70bc45d1835f49347ffb5d8 (patch) | |
tree | 9dc33d3be4172bc0a08fe32028f3ed4a0c792ab4 /docs/development | |
parent | 10831a042e384861da42f2d8a27f8e2e3d386788 (diff) | |
download | cryptography-4b8abc37b6a4bb6fa70bc45d1835f49347ffb5d8.tar.gz cryptography-4b8abc37b6a4bb6fa70bc45d1835f49347ffb5d8.tar.bz2 cryptography-4b8abc37b6a4bb6fa70bc45d1835f49347ffb5d8.zip |
fix path mistake
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index bdb20466..2edf1fbb 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -61,10 +61,10 @@ Custom Asymmetric Vectors * ``asymmetric/PEM_Serialization/dsa_public_key.pem`` and ``asymmetric/DER_Serialization/dsa_public_key.der`` - Contains a DSA 2048 bit key generated using OpenSSL from ``dsa_private_key.pem``. -* ``asymmetric/PEM_Serialization/unenc-dsa-pkcs8.pem`` and +* ``asymmetric/PKCS8/unenc-dsa-pkcs8.pem`` and ``asymmetric/DER_Serialization/unenc-dsa-pkcs8.der`` - Contains a DSA 1024 bit key generated using OpenSSL. -* ``asymmetric/PEM_Serialization/unenc-dsa-pkcs8.pub.pem`` and +* ``asymmetric/PKCS8/unenc-dsa-pkcs8.pub.pem`` and ``asymmetric/DER_Serialization/unenc-dsa-pkcs8.pub.der`` - Contains a DSA 2048 bit public key generated using OpenSSL from ``unenc-dsa-pkcs8.pem``. * DER conversions of the `GnuTLS example keys`_ for DSA as well as the |