cryptography/tests
Ian Cordasco 41f51ce469 Update CSR tests and implementation
- Use keyword arguments for x509.BasicConstraints in tests (missed in
  b790edbdc8fb9a026353d6fb99994326197705c7).
- Place X509_request garbage collection under assertion.
- Assert that X509 extensions created are not null.
- Don't copy the extensions list in CertificateSigningBuilder.
  They're never appended to, so copying isn't necessary.
- Use RSA key fixtures instead of generating new ones on each test run
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 Update CSR tests and implementation 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