aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-04-12 22:38:00 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-04-13 10:38:00 +0800
commit9c7aa17ef920c9495e7a705637cf84d0f4e6163d (patch)
tree30af7e96f9204de5805008713204171fe789b4ab /docs
parente34037253c805a8da865016af88e202076b04908 (diff)
downloadcryptography-9c7aa17ef920c9495e7a705637cf84d0f4e6163d.tar.gz
cryptography-9c7aa17ef920c9495e7a705637cf84d0f4e6163d.tar.bz2
cryptography-9c7aa17ef920c9495e7a705637cf84d0f4e6163d.zip
Refs #4830 -- added a vector of an x.509 certificate with a negative … (#4842)
* Refs #4830 -- added a vector of an x.509 certificate with a negative serial number * Line wrap
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 1f4a8dff..32d38718 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -388,6 +388,8 @@ Custom X.509 Vectors
* ``ca/ca.pem`` - A self-signed certificate with ``basicConstraints`` set to
true. Its private key is ``ca/ca_key.pem``. This certificate is encoded in
several of the PKCS12 custom vectors.
+* ``negative_serial.pem`` - A certificate with a serial number that is a
+ negative number.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~