aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-09-09 07:02:22 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-09-08 19:02:22 -0400
commit52067bc300ec37c1b4a4b889fd7828600f5b9ce1 (patch)
tree5b686b35d3aeba0ed90dcad518a3e95365d6b945 /docs/development
parent2b01c55736ce9a03f3d77284ee182accaeaba282 (diff)
downloadcryptography-52067bc300ec37c1b4a4b889fd7828600f5b9ce1.tar.gz
cryptography-52067bc300ec37c1b4a4b889fd7828600f5b9ce1.tar.bz2
cryptography-52067bc300ec37c1b4a4b889fd7828600f5b9ce1.zip
add X509 test vector with a TLS Feature (RFC 7633) extension (#3898)
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 7a5f8797..dc89cafa 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -167,6 +167,9 @@ X.509
* ``wosign-bc-invalid.pem`` - A certificate issued by WoSign that contains
a basic constraints extension with CA set to false and a path length of zero
in violation of :rfc:`5280`.
+* ``tls-feature-ocsp-staple.pem`` - A certificate issued by Let's Encrypt that
+ contains a TLS Feature extension with the ``status_request`` feature (commonly
+ known as OCSP Must-Staple).
Custom X.509 Vectors
~~~~~~~~~~~~~~~~~~~~