Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix up test coverage on multibackend | Alex Gaynor | 2015-09-22 | 1 | -2/+9 |
| | |||||
* | Adds _name property to ObjectIdentifier | Brendan McCollam | 2015-09-06 | 1 | -0/+6 |
| | |||||
* | skip if check on ec test | Paul Kehrer | 2015-08-12 | 1 | -1/+2 |
| | |||||
* | Merge pull request #2262 from viraptor/non-bytes-signatures | Paul Kehrer | 2015-08-12 | 3 | -0/+31 |
|\ | | | | | Ensure early exeption on non-bytes signature | ||||
| * | Enforce signature type in ECDSA and add tests | Stanisław Pitucha | 2015-08-12 | 3 | -0/+31 |
| | | | | | | | | | | Ensure that ECDSA signatures are bytes to match RSA/DSA and add tests for all three. | ||||
* | | Merge pull request #2267 from queenp/iss2255 | Paul Kehrer | 2015-08-12 | 1 | -0/+25 |
|\ \ | | | | | | | added get_extension_for_class #2255 | ||||
| * | | Swap test vector verisign for cryptography.io.pem | Phoebe Queen | 2015-08-12 | 1 | -3/+3 |
| | | | |||||
| * | | fixed pep8 error | Phoebe Queen | 2015-08-12 | 1 | -2/+2 |
| | | | |||||
| * | | fixed pep8 error | Phoebe Queen | 2015-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | undid erroneous assertion | Phoebe Queen | 2015-08-12 | 1 | -1/+0 |
| | | | |||||
| * | | making tests more explicit | Phoebe Queen | 2015-08-12 | 1 | -6/+3 |
| | | | |||||
| * | | added test to raise error | Phoebe Queen | 2015-08-12 | 1 | -0/+16 |
| | | | |||||
| * | | fixing pep8 errors #2255 | Phoebe Queen | 2015-08-12 | 1 | -1/+4 |
| | | | |||||
| * | | added test for get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+10 |
| | | | |||||
* | | | Merge pull request #2250 from reaperhulk/fix-2246 | Alex Gaynor | 2015-08-12 | 2 | -23/+31 |
|\ \ \ | |/ / |/| | | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | ||||
| * | | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | Paul Kehrer | 2015-08-10 | 2 | -23/+31 |
| | | | |||||
* | | | convert the rest of the OIDs in the tests to use the new namespaces | Paul Kehrer | 2015-08-10 | 2 | -45/+51 |
| |/ |/| | |||||
* | | switch tests to use ExtensionOID namespace | Paul Kehrer | 2015-08-10 | 2 | -94/+96 |
| | | |||||
* | | switch tests to use NameOID | Paul Kehrer | 2015-08-10 | 2 | -237/+239 |
|/ | |||||
* | Merge pull request #2233 from reaperhulk/encode-nocheck | Alex Gaynor | 2015-08-09 | 1 | -0/+30 |
|\ | | | | | add support for OCSPNoCheck to the CertificateBuilder | ||||
| * | add support for OCSPNoCheck to the CertificateBuilder | Paul Kehrer | 2015-08-09 | 1 | -0/+30 |
| | | |||||
* | | pep8 fix | Paul Kehrer | 2015-08-09 | 1 | -2/+0 |
| | | |||||
* | | move a test | Paul Kehrer | 2015-08-09 | 2 | -26/+23 |
| | | |||||
* | | support issuer alternative name encoding | Paul Kehrer | 2015-08-09 | 2 | -2/+49 |
|/ | |||||
* | simplify the CSRBuilder | Paul Kehrer | 2015-08-08 | 1 | -9/+6 |
| | |||||
* | remove a lot of if/elif chains in the certificate builder | Paul Kehrer | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | fix unsupported test | Paul Kehrer | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | support InhibitAnyPolicy in CertificateBuilder | Paul Kehrer | 2015-08-08 | 1 | -0/+30 |
| | |||||
* | add support for AuthorityKeyIdentifier in CertificateBuilder | Paul Kehrer | 2015-08-08 | 1 | -0/+76 |
| | |||||
* | Merge pull request #2210 from reaperhulk/aki-classmethod | Alex Gaynor | 2015-08-08 | 1 | -0/+19 |
|\ | | | | | AuthorityKeyIdentifier classmethod | ||||
| * | add AuthorityKeyIdentifier from_issuer_public_key | Paul Kehrer | 2015-08-08 | 1 | -0/+19 |
| | | | | | | | | | | Refactored SKI's creation code into a separate function, added doctest examples | ||||
* | | add support for encoding SubjectKeyIdentifier to CertificateBuilder | Paul Kehrer | 2015-08-08 | 1 | -0/+36 |
|/ | |||||
* | Merge pull request #2204 from reaperhulk/ski-classmethod | Alex Gaynor | 2015-08-08 | 1 | -3/+60 |
|\ | | | | | SubjectKeyIdentifier classmethod | ||||
| * | rename to classmethod to from_public_key | Paul Kehrer | 2015-08-05 | 1 | -6/+6 |
| | | |||||
| * | add SubjectKeyIdentifier.create_from_public_key | Paul Kehrer | 2015-08-05 | 1 | -3/+60 |
| | | |||||
* | | modify a CRL encode test to have multiple full_names | Paul Kehrer | 2015-08-08 | 1 | -3/+8 |
| | | |||||
* | | add missing test | Paul Kehrer | 2015-08-08 | 1 | -0/+25 |
| | | |||||
* | | support CRLDistributionPoints in the CertificateBuilder | Paul Kehrer | 2015-08-08 | 1 | -0/+118 |
| | | |||||
* | | rename sign_x509_certificate backend method to create_x509_certificate | Paul Kehrer | 2015-08-06 | 2 | -4/+4 |
| | | |||||
* | | fix a few tests that were missed | Paul Kehrer | 2015-08-05 | 2 | -0/+28 |
| | | |||||
* | | check that required fields are present in builder when signing | Paul Kehrer | 2015-08-04 | 1 | -0/+121 |
|/ | |||||
* | Merge pull request #2180 from reaperhulk/easy-conditional-fix | Donald Stufft | 2015-08-04 | 1 | -0/+18 |
|\ | | | | | create a ConditionalLibrary and remove unsupported items | ||||
| * | add test for conditional removal | Paul Kehrer | 2015-08-01 | 1 | -0/+18 |
| | | |||||
* | | Merge pull request #2193 from reaperhulk/encode-aia | Alex Gaynor | 2015-08-03 | 1 | -0/+43 |
|\ \ | | | | | | | Support AuthorityInformationAccess in CertificateBuilder | ||||
| * | | add support for AIA to CertificateBuilder and OpenSSL backend | Paul Kehrer | 2015-08-03 | 1 | -0/+43 |
| | | | |||||
* | | | Fixes #2199 -- allow SSH keys to have spaces in their comments | Alex Gaynor | 2015-08-03 | 1 | -6/+4 |
| | | | |||||
* | | | support keyusage and extendedkeyusage in certificatebuilder | Paul Kehrer | 2015-08-03 | 1 | -0/+89 |
|/ / | |||||
* | | missed one | Paul Kehrer | 2015-08-03 | 1 | -1/+1 |
| | | |||||
* | | reorder CertificateBuilder sign arguments | Paul Kehrer | 2015-08-03 | 1 | -7/+7 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into cert-builder | Ian Cordasco | 2015-08-03 | 6 | -39/+176 |
|\ \ |