diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-11-29 07:47:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-28 23:47:44 +0000 |
| commit | 75be92de8e3bce9adcec42ef3967bed0d4500902 (patch) | |
| tree | 93869b6405f8b008bdf988aeba5cc85000b1e0ba /docs | |
| parent | 526c99a94da7523ccc033e24c78d0162de2ee737 (diff) | |
| download | cryptography-75be92de8e3bce9adcec42ef3967bed0d4500902.tar.gz | |
support parsing bitstring values in DNs (#6629)
* support bitstring values in DNs
parsing is limited to x500UniqueIdentifier only
* Update src/cryptography/x509/name.py
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
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 0cd10439c..200797c12 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -260,6 +260,8 @@ X.509 (`server-ed448-cert.pem`_) * ``accvraiz1.pem`` - An RSA root certificate that contains an ``explicitText`` entry with a ``BMPString`` type. +* ``scottishpower-bitstring-dn.pem`` - An ECDSA certificate that contains + a subject DN with a bit string type. Custom X.509 Vectors ~~~~~~~~~~~~~~~~~~~~ |
