summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/primitives/padding.py
Commit message (Expand)AuthorAgeFilesLines
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+1
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-2/+2
* type pkcs7 padder/unpadder return type (#6718)Paul Kehrer2021-12-221-2/+2
* Convert unpadding code to Rust (#5668)Alex Gaynor2021-02-211-5/+8
* Added typing for a bunch of methods (#5737)Alex Gaynor2021-02-011-4/+4
* add typing to padding and constant time modules (#5714)Paul Kehrer2021-01-301-33/+50
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-7/+4
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-8/+2
* padding: Tip-toe around bytes subclasses. (#5548)Benjamin Peterson2020-11-041-2/+8
* allow bytes-like for padding (#5462)Paul Kehrer2020-09-131-4/+4
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-14/+22
* centralize our bytes check (#4622)Paul Kehrer2018-12-021-4/+2
* Raise padding block_size limit to what is allowed by the specs. (#3108)Terry Chia2016-11-151-2/+2
* Don't use subclassCédric Krier2016-03-141-88/+112
* Make _padding and _check_padding abstractmethodCédric Krier2016-02-271-2/+10
* Add padding check for ANSI X.923Cédric Krier2016-02-271-1/+3
* Factorize out common byte paddingCédric Krier2016-02-271-18/+33
* Added support for padding ANSI X.923Cédric Krier2016-02-271-4/+33
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-15/+2
* Move padding code into .c and .h files.Terry Chia2015-03-031-41/+7
* move paddingPaul Kehrer2015-02-131-3/+19
* 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/+164