aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-04 14:42:28 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-05-04 14:42:28 -0400
commit6ec71fd04502e3fa43183fa8ecb0916e8fb3a1fd (patch)
tree9e06372d78fc1cfa11bd85a289d8d905f4c02aa4 /docs/development
parent81233de59df126c8b21f359661f3204924c9d67b (diff)
downloadcryptography-6ec71fd04502e3fa43183fa8ecb0916e8fb3a1fd.tar.gz
cryptography-6ec71fd04502e3fa43183fa8ecb0916e8fb3a1fd.tar.bz2
cryptography-6ec71fd04502e3fa43183fa8ecb0916e8fb3a1fd.zip
add RSA PSS certificate (#4865)
* add RSA PSS certificate * i still maintain that 257 is slightly better than 256
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/test-vectors.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 32d38718..a34de393 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -390,6 +390,7 @@ Custom X.509 Vectors
several of the PKCS12 custom vectors.
* ``negative_serial.pem`` - A certificate with a serial number that is a
negative number.
+* ``rsa_pss.pem`` - A certificate with an RSA PSS signature.
Custom X.509 Request Vectors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~