cryptography/tests
Paul Kehrer 858a429d88 The HKDF limit is actually 255 * digest_length_in_bytes (#4037)
* The HKDF limit is actually 255 * digest_length_in_bytes

Previously we had a bug where we divided digest_size by 8...but
HashAlgorithm.digest_size is already in bytes.

* test longer output

* changelog
2018-01-06 18:55:27 -05:00
..
hazmat The HKDF limit is actually 255 * digest_length_in_bytes (#4037) 2018-01-06 18:55:27 -05:00
hypothesis expunge python 2.6 (#3962) 2017-10-11 18:06:01 -04:00
x509 Fixed deprecation warnings in x509 tests (#4040) 2017-12-04 08:16:22 +08:00
__init__.py Update the license header for every source file, as well as the documentation. 2014-11-16 09:08:42 -08:00
conftest.py call check_backend_support directly from backend fixture (#3666) 2017-06-03 16:02:50 -10:00
doubles.py standard future import 2016-03-06 09:54:23 -05:00
test_cryptography_utils.py Inline calls to bit_length now that it's trivial (#3966) 2017-10-12 10:01:29 +08:00
test_fernet.py Add Multifernet.rotate method (#3979) 2017-10-19 03:23:53 +08:00
test_interfaces.py Add a register_interface_if decorator. (#3120) 2016-08-29 08:21:28 -04:00
test_utils.py implement CCM vector parser (#3699) 2017-06-21 07:39:20 -04:00
test_warnings.py Test deleting deprecated attributes. 2016-03-21 11:38:20 +00:00
utils.py Debian sid is python3.6 now (#3968) 2017-10-12 09:36:30 +08:00