cryptography/tests
Joshua Crowgey 25f2b4e2ed Raise ve on bad gt (#4180)
* Raise a ValueError when conversion to generalizedtime fails

* added test for badasn1time value error

* pep8 compliance

* Addressing code review

+ VE now raises with ```{!r}``` formatting
+ Test now checks that the bad string made it into the VE message

* using ValueError.match
2018-04-03 19:24:06 -04:00
..
hazmat fix bug with n % 8 length wrapping on AESKWP (#4160) 2018-03-20 13:33:57 -04:00
hypothesis expunge python 2.6 (#3962) 2017-10-11 18:06:01 -04:00
x509 Raise ve on bad gt (#4180) 2018-04-03 19:24:06 -04: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 Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077) 2018-01-10 08:17:09 -05: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 Allow DSA q=224 (#4147) 2018-03-18 10:12:14 -04:00
test_warnings.py Test deleting deprecated attributes. 2016-03-21 11:38:20 +00:00
utils.py Allow DSA q=224 (#4147) 2018-03-18 10:12:14 -04:00