diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-01-01 17:11:33 -0600 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-01-01 18:11:33 -0500 |
commit | e57c63c34c285689e7b100a19612ec5d7c5b9fec (patch) | |
tree | e57ca6d4f723556187068bc9f024dc4458c34a6e /docs/development | |
parent | f7567f62075f2e80762834e6d71c79cd50bb4529 (diff) | |
download | cryptography-e57c63c34c285689e7b100a19612ec5d7c5b9fec.tar.gz cryptography-e57c63c34c285689e7b100a19612ec5d7c5b9fec.tar.bz2 cryptography-e57c63c34c285689e7b100a19612ec5d7c5b9fec.zip |
add x448 private/public PEM/DER pkcs8/subjectpublickeyinfo vectors (#4667)
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 9e26627b..eb9ba4b4 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -104,6 +104,13 @@ Custom asymmetric vectors encoded in several of the PKCS12 custom vectors. * ``asymmetric/EC/compressed_points.txt`` - Contains compressed public points generated using OpenSSL. +* ``asymmetric/X448/x448-pkcs8-enc.pem`` and + ``asymmetric/X448/x448-pkcs8-enc.der`` contain an X448 key encrypted with + AES 256 CBC with the password ``password``. +* ``asymmetric/X448/x448-pkcs8.pem`` and ``asymmetric/X448/x448-pkcs8.der`` + contain an unencrypted X448 key. +* ``asymmetric/X448/x448-pub.pem`` and ``asymmetric/X448/x448-pub.der`` contain + an X448 public key. Key exchange |