diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2021-10-03 19:26:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-03 13:26:44 -0400 |
| commit | 703de3afa0977404e4607faf45fa0f6fff78625d (patch) | |
| tree | 14a1c26c66cb2f38a42e119acc0264105ba026de /docs/development | |
| parent | 4feca6d03bb6a183c531a6fcf21411ca209e8f19 (diff) | |
| download | cryptography-703de3afa0977404e4607faf45fa0f6fff78625d.tar.gz | |
Accept combined PEM files with multiple sections (#6365)
* accept combined PEM files with multiple sections
* pass error messages into `find_in_pem`
Diffstat (limited to 'docs/development')
| -rw-r--r-- | docs/development/test-vectors.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 2fd3470f3..7dd8db083 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -205,6 +205,10 @@ X.509 * ``cryptography.io.old_header.pem`` - A leaf certificate issued by RapidSSL for the cryptography website. This certificate uses the ``X509 CERTIFICATE`` legacy PEM header format. +* ``cryptography.io.repeated_twice.pem`` - The same as ``cryptography.io.pem``, + but the certificate is repeated twice. +* ``cryptography.io.with_garbage.pem`` - The same as ``cryptography.io.pem``, + but with other sections and text around it. * ``rapidssl_sha256_ca_g3.pem`` - The intermediate CA that issued the ``cryptography.io.pem`` certificate. * ``cryptography.io.precert.pem`` - A pre-certificate with the CT poison |
