commit | 42b3713eede3f5b417b0ce123fdcc9c4c24009d3 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Feb 23 19:13:19 2014 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Feb 25 22:59:03 2014 -0600 |
tree | c610439bb695d7e1da8390a0c1133daef612727f | |
parent | d8c8f7cde6b43d08f39cd11cd2e2dd3ed7feb5a5 [diff] [blame] |
add RSA verification support
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 0982426..7f9ae34 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst
@@ -10,8 +10,8 @@ .. class:: InvalidSignature - This is raised when the verify method of a hash context's computed digest - does not match the expected digest. + This is raised when signature verification fails. This can occur with + HMAC or asymmetric key signature validation. .. class:: NotYetFinalized