aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/hazmat_src
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead constant time code (#5239)Alex Gaynor2020-04-262-28/+0
|
* Raise padding block_size limit to what is allowed by the specs. (#3108)Terry Chia2016-11-151-14/+16
| | | | | | | | | | | | | | | | | | | | * Raize padding block_size limit to what is allowed by the specs. * Add tests for raising padding limits. * Amend C code for padding check to use uint16_t instead of uint8_t. * Fix test to work in Python 3. * Fix typo. * Fix another typo. * Fix return type of the padding checks. * Change hypothesis test on padding. * Update comment.
* Add padding check for ANSI X.923Cédric Krier2016-02-272-0/+25
| | | | All padding bytes must be 0.
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-074-0/+72