diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-27 07:35:43 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-27 07:35:43 -0800 |
commit | 4ef63b64a9517cb4b1e3f4c5b8068e3467378862 (patch) | |
tree | 167a3d2ddfe1512177c954afc3a8f4a530ae9dca /docs/exceptions.rst | |
parent | bd08799bcce99b94250ad3b3313826651c8c0181 (diff) | |
parent | bb97691d33c3ebb0764f1d97bbbda387c9eaa665 (diff) | |
download | cryptography-4ef63b64a9517cb4b1e3f4c5b8068e3467378862.tar.gz cryptography-4ef63b64a9517cb4b1e3f4c5b8068e3467378862.tar.bz2 cryptography-4ef63b64a9517cb4b1e3f4c5b8068e3467378862.zip |
Merge pull request #675 from reaperhulk/rsa-verification
RSA Verification Support
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r-- | docs/exceptions.rst | 4 |
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 |