summaryrefslogtreecommitdiff
path: root/cryptography/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* change some nomenclaturePaul Kehrer2014-07-071-1/+1
* add PKCS8SerializationBackend support to MultiBackendPaul Kehrer2014-07-071-0/+1
* ECDSA backendAlex Stapleton2014-06-071-0/+1
* Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHMAlex Stapleton2014-04-011-0/+1
* Add _Reasons.UNSUPPORTED_MGFAlex Stapleton2014-04-011-0/+1
* Fixes to @alex's commentsAlex Stapleton2014-03-271-2/+2
* Add additional reason tagsAlex Stapleton2014-03-271-0/+3
* Address most of my own commentsAlex Stapleton2014-03-271-2/+2
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-16/+6
* Added backend check to twofactor primitivesAyrx2014-03-151-0/+4
* Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+2
* Sigh.Alex Gaynor2014-03-011-13/+4
* Initial workAlex Gaynor2014-02-261-5/+22
* rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPaddingPaul Kehrer2014-02-241-1/+1
* add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-231-0/+4
* Updated according to code review feedback.Ayrx2014-02-211-0/+4
* Begin designing the KDF interfaces. Fixes #511Alex Gaynor2014-01-271-0/+4
* Switch to using our own InternalError, instead of SystemErrorAlex Gaynor2014-01-241-0/+4
* 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