aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2015-05-03 18:14:20 +0100
committerAlex Stapleton <alexs@prol.etari.at>2015-05-03 18:55:34 +0100
commite0afa5d8394e32369a0bec9486b5eb44193412b6 (patch)
tree9f8a355022e41c4a8f87a8d1579c423b16a9e9c2 /docs/development
parente54478f5194474ea1be4f4a3e3ca2dde9b3df2ed (diff)
downloadcryptography-e0afa5d8394e32369a0bec9486b5eb44193412b6.tar.gz
cryptography-e0afa5d8394e32369a0bec9486b5eb44193412b6.tar.bz2
cryptography-e0afa5d8394e32369a0bec9486b5eb44193412b6.zip
Add new vectors to the docs
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index f6eecfec..7edf01ab 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -37,9 +37,14 @@ Asymmetric ciphers
Ruby test suite.
-Custom Asymmetric Vectors
+Custom asymmetric vectors
~~~~~~~~~~~~~~~~~~~~~~~~~
+.. toctree::
+ :maxdepth: 1
+
+ custom-vectors/secp256k1
+
* ``asymmetric/PEM_Serialization/ec_private_key.pem`` and
``asymmetric/DER_Serialization/ec_private_key.der`` - Contains an Elliptic
Curve key generated by OpenSSL from the curve ``secp256r1``.
@@ -78,6 +83,7 @@ Custom Asymmetric Vectors
``asymmetric/public/PKCS1/rsa.pub.der`` are PKCS1 conversions of the public
key from ``asymmetric/PKCS8/unenc-rsa-pkcs8.pem`` using PEM and DER encoding.
+
Key exchange
~~~~~~~~~~~~