aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/padding.py
Commit message (Expand)AuthorAgeFilesLines
* 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