commit | 41f51ce4690472ae930ccffd1a0b9e198945aa84 | [log] [tgz] |
---|---|---|
author | Ian Cordasco <ian.cordasco@rackspace.com> | Wed Jun 17 11:49:11 2015 -0500 |
committer | Ian Cordasco <graffatcolmingov@gmail.com> | Wed Jun 24 13:35:50 2015 -0500 |
tree | b4237c5fd30726e61499c8286eed1701ee65029f | |
parent | 94b34d3dd621074bc4d15cdaa548b230886f5d57 [diff] |
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