cryptography/tests/hypothesis
Terry Chia e9b87d5de4 Raise padding block_size limit to what is allowed by the specs. (#3108)
* 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.
2016-11-15 09:56:02 +08:00
..
__init__.py Don't try to use hypothesis on Python 2.6, upstream dropped support 2016-02-19 07:33:56 -05:00
test_fernet.py Add missing license header. 2015-10-03 12:23:07 +08:00
test_padding.py Raise padding block_size limit to what is allowed by the specs. (#3108) 2016-11-15 09:56:02 +08:00