summaryrefslogtreecommitdiff
path: root/src/cryptography/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyo3's facilities for exceptions (#8785)Alex Gaynor2023-04-221-15/+2
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-1/+2
* Simplify/unify Rust and Python OpenSSL error handling (#8552)Alex Gaynor2023-03-201-4/+2
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-201-2/+2
* Expand typing coverage to exceptions (#6717)Alex Gaynor2021-12-211-2/+13
* Use well-defined enum representation (#6042)Christian Heimes2021-05-121-2/+2
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* poly1305 support (#4802)Paul Kehrer2019-03-091-0/+1
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-261-0/+1
* oh right pep8 is a thingPaul Kehrer2015-10-291-3/+0
* do the deprecation dance for the twelfth releasePaul Kehrer2015-10-291-11/+0
* Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-171-0/+1
* Use InternalError for stuffAlex Gaynor2015-09-261-1/+3
* InvalidToken is deprecated in 09, not 08Steven Buss2015-04-131-1/+1
* Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.t...Steven Buss2015-04-131-2/+12
* made the internal _Reasons an enum, since we already depend on enum34Alex Gaynor2014-12-181-11/+13
* add X509Backend support to multibackendPaul Kehrer2014-11-261-0/+1
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-0/+63