aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorDominic Chen <d.c.ddcc@gmail.com>2015-10-09 00:23:07 -0400
committerDominic Chen <d.c.ddcc@gmail.com>2015-10-10 05:15:46 +0000
commit87bb9579202ba94df593ae197fd85c22ac1a023c (patch)
tree8b51772757633cc31528d7187277124146291f2c /docs/development
parent450d9797a2320f85aff317e5cab39cc2339eabec (diff)
downloadcryptography-87bb9579202ba94df593ae197fd85c22ac1a023c.tar.gz
cryptography-87bb9579202ba94df593ae197fd85c22ac1a023c.tar.bz2
cryptography-87bb9579202ba94df593ae197fd85c22ac1a023c.zip
fix to handle malformed certificates without hostname
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 15c3be96..5ab1d441 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -148,6 +148,9 @@ Custom X.509 Vectors
certificate containing a subject alternative name extension with the
following general names: ``rfc822Name``, ``dNSName``, ``iPAddress``,
``directoryName``, and ``uniformResourceIdentifier``.
+* ``san_empty_hostname.pem`` - An RSA 2048 bit self-signed certificate
+ containing a subject alternative extension with an empty ``dNSName``
+ general name.
* ``san_other_name.pem`` - An RSA 2048 bit self-signed certificate containing
a subject alternative name extension with the ``otherName`` general name.
* ``san_registered_id.pem`` - An RSA 1024 bit certificate containing a
@@ -193,6 +196,9 @@ Custom X.509 Vectors
containing an authority information access extension with an OCSP entry.
* ``aia_ca_issuers.pem`` - An RSA 2048 bit self-signed certificate
containing an authority information access extension with a CA issuers entry.
+* ``cdp_empty_hostname.pem`` - An RSA 2048 bit self-signed certificate
+ containing a CRL distribution point extension with ``fullName`` URI without
+ a hostname.
* ``cdp_fullname_reasons_crl_issuer.pem`` - An RSA 1024 bit certificate
containing a CRL distribution points extension with ``fullName``,
``cRLIssuer``, and ``reasons`` data.