aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-23 11:26:37 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-23 11:26:37 -0600
commit4ccceaf4484dce24c5f0994b52079293a5fdb37c (patch)
tree7a8190e8f274ee210f1431014e932680b85df4db /docs/exceptions.rst
parent2d4f36a2246580466f3c1c6e027f03bb9b265960 (diff)
downloadcryptography-4ccceaf4484dce24c5f0994b52079293a5fdb37c.tar.gz
cryptography-4ccceaf4484dce24c5f0994b52079293a5fdb37c.tar.bz2
cryptography-4ccceaf4484dce24c5f0994b52079293a5fdb37c.zip
add RSA PKCS1 signing (and structure for PSS + verification)
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index 8ca9df29..38bd0e47 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -42,3 +42,9 @@ Exceptions
This is raised when the verify method of a one time password function's
computed token does not match the expected token.
+
+
+.. class:: UnsupportedAsymmetricPadding
+
+ This is raised when the chosen asymmetric padding is not supported by the
+ backend.