commit | 4ccceaf4484dce24c5f0994b52079293a5fdb37c | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Feb 23 11:26:37 2014 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Feb 23 11:26:37 2014 -0600 |
tree | 7a8190e8f274ee210f1431014e932680b85df4db | |
parent | 2d4f36a2246580466f3c1c6e027f03bb9b265960 [diff] [blame] |
add RSA PKCS1 signing (and structure for PSS + verification)
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 8ca9df2..38bd0e4 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst
@@ -42,3 +42,9 @@ 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.