aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/ciphers/modes.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-3/+3
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-091-7/+7
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-21/+8
* raise ValueError on zero length GCM IV (#4348)Paul Kehrer2018-07-171-0/+2
* disallow implicit tag truncation with finalize_with_tag (#4342)Paul Kehrer2018-07-171-0/+1
* Add support for AES XTS (#3900)Paul Kehrer2017-10-011-7/+52
* Fixed #3533 -- made GCM mode object immutable (#3553)Alex Gaynor2017-05-201-3/+0
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-021-12/+13
* improved languagePaul Kehrer2016-03-071-1/+1
* require mode nonce/iv/tag data to be bytesPaul Kehrer2016-03-071-0/+21
* put the AAD and encrypted byte limit checks in the parent contextPaul Kehrer2015-07-011-0/+2
* move cipher and mode interfacesPaul Kehrer2015-02-131-15/+61
* 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/+125