summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-01-11 23:07:33 -0500
committerGitHub <noreply@github.com>2023-01-12 04:07:33 +0000
commit796ebf67027063afb207a4e1eb7d2b92cd056178 (patch)
tree1d5b065e1c0f1d568643a01fac4503f58c7dbdf5 /docs/development
parentc400cd6cb2e5c71dbd0f18e9fad38b62a2b18f31 (diff)
downloadcryptography-796ebf67027063afb207a4e1eb7d2b92cd056178.tar.gz
fixes #8035 -- added a test for loading a cert with another PEM block containing headers (#8045)
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 1b39e7209..93ab03232 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -220,6 +220,8 @@ X.509
legacy PEM header format.
* ``cryptography.io.chain.pem`` - The same as ``cryptography.io.pem``,
but ``rapidssl_sha256_ca_g3.pem`` is concatenated to the end.
+* ``cryptography.io.with_headers.pem`` - The same as ``cryptography.io.pem``,
+ but with an unrelated (encrypted) private key concatenated to the end.
* ``cryptography.io.chain_with_garbage.pem`` - The same as
``cryptography.io.chain.pem``, but with other sections and text around it.
* ``cryptography.io.with_garbage.pem`` - The same as ``cryptography.io.pem``,