aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-03 23:26:01 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-01-03 23:26:01 -0600
commita673dcc94796f9eb7fa87ce26784e5df1e033025 (patch)
tree0272b63de9935d85e4592689c1d18fa1d7f358f2 /docs
parentaac0928f1a1e5690f2a081947134cac04de10086 (diff)
downloadcryptography-a673dcc94796f9eb7fa87ce26784e5df1e033025.tar.gz
cryptography-a673dcc94796f9eb7fa87ce26784e5df1e033025.tar.bz2
cryptography-a673dcc94796f9eb7fa87ce26784e5df1e033025.zip
document DSA keys we added long ago
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 6a8f3fb8..c138c742 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -56,6 +56,10 @@ Custom Asymmetric Vectors
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``.
+* ``asymmetric/PEM_Serialization/unenc-dsa-pkcs8.pem`` - Contains a DSA 1024 bit
+ key generated using OpenSSL.
+* ``asymmetric/PEM_Serialization/unenc-dsa-pkcs8.pub.pem`` - Contains a DSA
+ 2048 bit public key generated using OpenSSL from ``unenc-dsa-pkcs8.pem``.
X.509