cryptography/tests
Alex Gaynor 6a0718fadd Refs #3461 -- parse SCTs from x.509 extension (#3480)
* Stub API for SCTs, feedback wanted

* grr, flake8

* finish up the __init__

* Initial implementation and tests

* write a test. it fails because computer

* get the tests passing and fix some TODOs

* changelog entry

* This can go now

* Put a skip in this test

* grump

* Removed unreachable code

* moved changelog to the correct section

* Use the deocrator for expressing requirements

* This needs f for the right entry_type

* coverage

* syntax error

* tests for coverage

* better sct eq tests

* docs

* technically correct, the most useless kind of correct

* typo and more details

* bug

* drop __eq__
2017-06-04 07:36:58 -10:00
..
hazmat deprecate signer/verifier on asymmetric keys (#3663) 2017-06-03 23:11:55 -04:00
hypothesis Raise padding block_size limit to what is allowed by the specs. (#3108) 2016-11-15 09:56:02 +08:00
__init__.py
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 fix a regression in int_from_bytes (#3316) 2016-12-13 12:09:35 -05:00
test_fernet.py pass bytes to modes/algorithms like we should 2016-03-07 08:41:51 -04:30
test_interfaces.py Add a register_interface_if decorator. (#3120) 2016-08-29 08:21:28 -04:00
test_utils.py call check_backend_support directly from backend fixture (#3666) 2017-06-03 16:02:50 -10:00
test_warnings.py Test deleting deprecated attributes. 2016-03-21 11:38:20 +00:00
test_x509.py jurisdictionCountryName also must be PrintableString (#3516) 2017-05-25 20:11:09 -05:00
test_x509_crlbuilder.py Drop 1.0.0 (#3312) 2016-12-13 20:05:35 -06:00
test_x509_ext.py Refs #3461 -- parse SCTs from x.509 extension (#3480) 2017-06-04 07:36:58 -10:00
test_x509_revokedcertbuilder.py CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920) 2016-08-16 22:39:31 -04:00
utils.py call check_backend_support directly from backend fixture (#3666) 2017-06-03 16:02:50 -10:00