diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2020-07-02 00:13:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 01:13:33 -0400 |
| commit | 13fae162da9637009c3f21080e7d2fdbdffe8f36 (patch) | |
| tree | 2cddfb049b16a02afd333215a2833506c35d5fbe /docs/development | |
| parent | 63d337e5cc01c026e16b51a1c0b7aba40d9108ef (diff) | |
| download | cryptography-13fae162da9637009c3f21080e7d2fdbdffe8f36.tar.gz | |
add SubjectInformationAccess extension support (#5295)
* add SubjectInformationAccess extension support
* fixes
Diffstat (limited to 'docs/development')
| -rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 9fca681b2..4573e2172 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -401,6 +401,9 @@ Custom X.509 Vectors a ``policyConstraints`` extension with a ``requireExplicitPolicy`` value. * ``freshestcrl.pem`` - A self-signed certificate containing a ``freshestCRL`` extension. +* ``sia.pem`` - An RSA 2048 bit self-signed certificate containing a subject + information access extension with both a CA repository entry and a custom + OID entry. * ``ca/ca.pem`` - A self-signed certificate with ``basicConstraints`` set to true. Its private key is ``ca/ca_key.pem``. This certificate is encoded in several of the PKCS12 custom vectors. |
