diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2022-02-06 22:42:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-06 21:42:56 -0600 |
| commit | 7513197fc63f5ad1bdf2e1fe4d7cd36cf433606a (patch) | |
| tree | 7b773fcb1cb1914a44261380858787bcb5a7a7ee /docs/development | |
| parent | 3fb8aca54877b2af6f2caab1396b9d870591fa83 (diff) | |
| download | cryptography-7513197fc63f5ad1bdf2e1fe4d7cd36cf433606a.tar.gz | |
fixes #6804 -- improve error message quality with invalid characters in name attributes (#6843)
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 200797c12..93bc1ebcd 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -282,6 +282,8 @@ Custom X.509 Vectors * ``utf8_common_name.pem`` - An RSA 2048 bit self-signed CA certificate generated using OpenSSL that contains a UTF8String common name with the value "We heart UTF8!™". +* ``invalid_utf8_common_name.pem`` - A certificate that contains a + ``UTF8String`` common name with an invalid UTF-8 byte sequence. * ``two_basic_constraints.pem`` - An RSA 2048 bit self-signed certificate containing two basic constraints extensions. * ``basic_constraints_not_critical.pem`` - An RSA 2048 bit self-signed |
