diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-05-24 00:53:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-23 23:53:33 -0500 |
| commit | fa2f68dd35da79a52ef05713bfb5f0ed1d380c8a (patch) | |
| tree | 78d9ea0b678118a1f366f65db8d6082a690bbfea /docs | |
| parent | 596d30d04083e69446ebe1a94febea29e8c5029f (diff) | |
| download | cryptography-fa2f68dd35da79a52ef05713bfb5f0ed1d380c8a.tar.gz | |
Added a test vector for OCSP with an unknown extension (#6063)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index e8e466d4a..b1ae00c08 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -540,6 +540,8 @@ X.509 OCSP Test Vectors ``CT Certificate SCTs`` single extension, from the SwissSign OCSP responder. * ``x509/ocsp/ocsp-army.deps.mil-resp.der`` - An OCSP response containing multiple ``SINGLERESP`` values. +* ``x509/ocsp/resp-unknown-extension.der`` - An OCSP response containing an + extension with an unknown OID. Custom X.509 OCSP Test Vectors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
