diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2020-09-14 18:40:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 19:40:05 -0400 |
| commit | 00ba159220a2dff6ee32d64fcfeff48f742946b4 (patch) | |
| tree | 54e56466e8da14ea856f0e8b81a82ace6cca1281 /docs/development | |
| parent | 6d3644f4e55d491b85bc790f51a989c5edccb9fb (diff) | |
| download | cryptography-00ba159220a2dff6ee32d64fcfeff48f742946b4.tar.gz | |
add RSA 4096-bit self-signed CA for some upcoming tests (#5464)
Diffstat (limited to 'docs/development')
| -rw-r--r-- | docs/development/test-vectors.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 212f0e847..6146c9c13 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -109,6 +109,8 @@ Custom asymmetric vectors * ``x509/custom/ca/ca_key.pem`` - An unencrypted PCKS8 ``secp256r1`` key. It is the private key for the certificate ``x509/custom/ca/ca.pem``. This key is encoded in several of the PKCS12 custom vectors. +* ``x509/custom/ca/rsa_key.pem`` - An unencrypted PCKS8 4096 bit RSA key. It is + the private key for the certificate ``x509/custom/ca/rsa_ca.pem``. * ``asymmetric/EC/compressed_points.txt`` - Contains compressed public points generated using OpenSSL. * ``asymmetric/X448/x448-pkcs8-enc.pem`` and @@ -414,6 +416,8 @@ Custom X.509 Vectors * ``rsa_pss.pem`` - A certificate with an RSA PSS signature. * ``root-ed448.pem`` - An ``ed448`` self-signed CA certificate using ``ed448-pkcs8.pem`` as key. +* ``ca/rsa_ca.pem`` - A self-signed RSA certificate with ``basicConstraints`` + set to true. Its private key is ``ca/rsa_key.pem``. Custom X.509 Request Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
