diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-06-12 15:29:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 16:29:22 -0400 |
| commit | f3612c8585cf6320b325e58fde4ff7f14d4dcc80 (patch) | |
| tree | 5a3ca2e641b860f5ac58efbaac6f9d99e7ae57bc /docs/development | |
| parent | 7a06e8a47c1d45057a43b190fdcb27e7477afb31 (diff) | |
| download | cryptography-f3612c8585cf6320b325e58fde4ff7f14d4dcc80.tar.gz | |
name constraint vector with invalid IPv4 netmask (#6114)
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 6fae15ce2..0aed4313b 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -374,6 +374,10 @@ Custom X.509 Vectors * ``nc_invalid_ip_netmask.pem`` - An RSA 2048 bit self-signed certificate containing a name constraints extension with a permitted element that has an ``IPv6`` IP and an invalid network mask. +* ``nc_invalid_ip4_netmask.der`` - An RSA 2048 bit self-signed certificate + containing a name constraints extension with a permitted element that has an + ``IPv4`` IP and an invalid network mask. The signature on this certificate + is invalid. * ``nc_single_ip_netmask.pem`` - An RSA 2048 bit self-signed certificate containing a name constraints extension with a permitted element that has two IPs with ``/32`` and ``/128`` network masks. |
