aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/ciphers.py
Commit message (Expand)AuthorAgeFilesLines
* See if we can remove an OpenSSL 1.0.1 workaround (#5184)Alex Gaynor2020-04-061-8/+0
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-17/+0
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-4/+4
* Improve error message for unsupported ciphers (#4650)Alex Gaynor2018-12-181-6/+8
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-091-8/+13
* disallow implicit tag truncation with finalize_with_tag (#4342)Paul Kehrer2018-07-171-0/+5
* Fix some stuttering. (#4240)David Benjamin2018-05-141-3/+0
* Add support for AES XTS (#3900)Paul Kehrer2017-10-011-0/+2
* add ChaCha20 support (#3919)Paul Kehrer2017-09-281-0/+2
* bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)Paul Kehrer2017-06-041-4/+4
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-261-4/+2
* Simplify the update (#3586)Alex Gaynor2017-05-231-7/+3
* Fixed #3533 -- made GCM mode object immutable (#3553)Alex Gaynor2017-05-201-23/+32
* use openssl constants (#3534)Paul Kehrer2017-05-031-5/+13
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-021-1/+21
* add support for update_into on CipherContext (#3190)Paul Kehrer2017-02-161-0/+16
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-35/+0
* Resolved some more CFFI warnings; these are also unsigned (#3163)Alex Gaynor2016-09-221-2/+2
* fix inconsistency in utilization of block_size in openssl cipher impl (#3131)Paul Kehrer2016-09-021-7/+6
* Removed some code that existed for OpenSSL 0.9.8 (#2983)Alex Gaynor2016-06-181-11/+3
* Use InternalError for stuffAlex Gaynor2015-09-261-16/+14
* convert the rest of the openssl backend to using openssl_assertPaul Kehrer2015-09-251-11/+10
* export interfaces from base in ciphers, update docsPaul Kehrer2015-02-141-6/+7
* move cipher and mode interfacesPaul Kehrer2015-02-131-14/+13
* 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/+225