diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2023-01-11 23:07:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-12 04:07:33 +0000 |
| commit | 796ebf67027063afb207a4e1eb7d2b92cd056178 (patch) | |
| tree | 1d5b065e1c0f1d568643a01fac4503f58c7dbdf5 /docs/development | |
| parent | c400cd6cb2e5c71dbd0f18e9fad38b62a2b18f31 (diff) | |
| download | cryptography-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.rst | 2 |
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``, |
