cryptography/tests
Ian Cordasco f06b6be823 Address review comments around add_extension method
- Fix typo in the docs (s/buidlder/builder/)
- Remove default from the method declaration and docs
- Replace ValueError with NotImpelementedError for unsupported X.509
  extensions
- Add TODO comment as requested by Alex
- Fix test to pass critical=False since it no longer is a default value
2015-06-24 13:35:50 -05:00
..
hazmat Renames sign_509_request to create_x509_csr. 2015-06-24 13:35:48 -05: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 Hoist this logic out of the loop, since it's used after the end of the loop 2014-12-18 08:08:36 -08:00
test_fernet.py Replace the remaining occurrences of six.u with the u prefix 2015-04-29 18:41:00 +05:30
test_interfaces.py Update the license header for every source file, as well as the documentation. 2014-11-16 09:08:42 -08:00
test_utils.py Modify ECDH Test vector loader for KDF vectors 2015-05-06 16:37:44 -04:00
test_warnings.py get coverage up to 100% 2015-01-02 09:18:17 -08:00
test_x509.py Address review comments around add_extension method 2015-06-24 13:35:50 -05:00
test_x509_ext.py add eq/ne support to NameConstraints 2015-06-21 21:46:41 -05:00
utils.py Modify ECDH Test vector loader for KDF vectors 2015-05-06 16:37:44 -04:00