aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Add verify function to hmac and hashes.Julian Krause2013-12-171-0/+4
* invalidtag exception for gcmPaul Kehrer2013-11-291-0/+4
* enforce AEAD add_data before updatePaul Kehrer2013-11-291-0/+4
* rename NotFinalized exception to NotYetFinalized because alex is rightPaul Kehrer2013-11-291-1/+1
* GCM supportPaul Kehrer2013-11-291-0/+4
* raise an exception if you try to use a HashContext after finalize is called.David Reid2013-11-121-0/+4
* Changed excpetion name based on feedback from dreidAlex Gaynor2013-11-021-1/+1
* pep8Alex Gaynor2013-11-021-0/+1
* Document and implement the public API for when the backend doesn't support th...Alex Gaynor2013-11-021-0/+15