aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-23 19:13:19 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-25 22:59:03 -0600
commit42b3713eede3f5b417b0ce123fdcc9c4c24009d3 (patch)
treec610439bb695d7e1da8390a0c1133daef612727f /docs/exceptions.rst
parentd8c8f7cde6b43d08f39cd11cd2e2dd3ed7feb5a5 (diff)
downloadcryptography-42b3713eede3f5b417b0ce123fdcc9c4c24009d3.tar.gz
cryptography-42b3713eede3f5b417b0ce123fdcc9c4c24009d3.tar.bz2
cryptography-42b3713eede3f5b417b0ce123fdcc9c4c24009d3.zip
add RSA verification support
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index 0982426f..7f9ae347 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -10,8 +10,8 @@ Exceptions
.. 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