Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Style cleanup, missing import | Nick Bastin | 2015-12-20 | 1 | -3/+6 | |
| | ||||||
* | Add test for arbitrary access_method | Nick Bastin | 2015-12-20 | 1 | -0/+4 | |
| | ||||||
* | Allow any OID for access_method, validate OIDs at creation time, fix tests. | Nick Bastin | 2015-12-20 | 1 | -1/+2 | |
| | ||||||
* | OID validation | Nick Bastin | 2015-12-14 | 1 | -9/+22 | |
| | ||||||
* | add __repr__ to x509.Extensions | Paul Kehrer | 2015-10-20 | 1 | -0/+14 | |
| | | | | fix #2434 | |||||
* | fix to handle malformed certificates without hostname | Dominic Chen | 2015-10-10 | 1 | -0/+39 | |
| | ||||||
* | 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 | |
| | ||||||
* | convert the rest of the OIDs in the tests to use the new namespaces | Paul Kehrer | 2015-08-10 | 1 | -30/+34 | |
| | ||||||
* | switch tests to use ExtensionOID namespace | Paul Kehrer | 2015-08-10 | 1 | -64/+66 | |
| | ||||||
* | switch tests to use NameOID | Paul Kehrer | 2015-08-10 | 1 | -44/+45 | |
| | ||||||
* | 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 | |||||
* | 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 | |
| | ||||||
* | corrupt -> invalid | Paul Kehrer | 2015-08-01 | 1 | -1/+1 | |
| | ||||||
* | check if the extension decoded to internal openssl repr | Paul Kehrer | 2015-08-01 | 1 | -0/+15 | |
| | | | | ...and if not, raise an error (plus consume the error stack) | |||||
* | expand UniformResourceIdentiier to parse and internally IDNA encode | Paul Kehrer | 2015-07-12 | 1 | -0/+32 | |
| | ||||||
* | Merge pull request #2141 from reaperhulk/better-rfc822name | Alex Gaynor | 2015-07-12 | 1 | -0/+18 | |
|\ | | | | | expand RFC822Name to validate and (internally) IDNA encode | |||||
| * | expand RFC822Name to validate and (internally) IDNA encode | Paul Kehrer | 2015-07-12 | 1 | -0/+18 | |
| | | | | | | | | This will be used in the CSR builder | |||||
* | | simplify and handle /32 and /128 | Paul Kehrer | 2015-07-10 | 1 | -0/+19 | |
| | | ||||||
* | | name constraints - support IP addresses with netmask | Paul Kehrer | 2015-07-10 | 1 | -0/+35 | |
|/ | ||||||
* | special-case GeneralNames.get_values_for_type to return OtherName instances ↵ | Joshua Tauberer | 2015-07-06 | 1 | -5/+4 | |
| | | | | directly rather than their value properties; tests updated | |||||
* | additional tests and doc spelling error fix for OtherName | Joshua Tauberer | 2015-07-06 | 1 | -0/+49 | |
| | ||||||
* | parse SAN otherNames into OtherName instances rather than raising an exception | Joshua Tauberer | 2015-07-06 | 1 | -0/+24 | |
| | | | | Test added. | |||||
* | change unsupported generalname test to use x400address | Paul Kehrer | 2015-07-05 | 1 | -6/+4 | |
| | ||||||
* | name constraints - support leading periods | Paul Kehrer | 2015-07-01 | 1 | -0/+38 | |
| | ||||||
* | support name constraints in the openssl backend | Paul Kehrer | 2015-06-29 | 1 | -0/+44 | |
| | ||||||
* | handle wildcard DNSNames with IDNA. | Paul Kehrer | 2015-06-26 | 1 | -0/+31 | |
| | | | | fixes #2054 | |||||
* | add eq/ne support to NameConstraints | Paul Kehrer | 2015-06-21 | 1 | -0/+29 | |
| | ||||||
* | add nameconstraints classes | Paul Kehrer | 2015-06-21 | 1 | -0/+68 | |
| | ||||||
* | Refs #1947 -- add support for IAN to the OpenSSL backend | Alex Gaynor | 2015-06-20 | 1 | -0/+17 | |
| | ||||||
* | inhibit any policy extension support for the openssl backend | Paul Kehrer | 2015-06-17 | 1 | -0/+17 | |
| | ||||||
* | support OCSPNoCheck in the OpenSSL backend | Paul Kehrer | 2015-06-17 | 1 | -0/+17 | |
| | ||||||
* | Conditionally construct the repr of NameAttributes | Ian Cordasco | 2015-06-16 | 1 | -9/+17 | |
| | ||||||
* | Correct x509.NameAttribute test passing bytes | Ian Cordasco | 2015-06-16 | 1 | -55/+57 | |
| | ||||||
* | issuer alternative name support | Paul Kehrer | 2015-06-07 | 1 | -0/+56 | |
| | ||||||
* | Merge pull request #1954 from reaperhulk/inhibitanypolicy | Alex Gaynor | 2015-05-29 | 1 | -0/+25 | |
|\ | | | | | InhibitAnyPolicy class | |||||
| * | InhibitAnyPolicy class | Paul Kehrer | 2015-05-26 | 1 | -0/+25 | |
| | | ||||||
* | | add bindings and interfaces for CRL objects | Erik Trauschke | 2015-05-27 | 1 | -1/+57 | |
|/ | ||||||
* | add test to confirm IDNA2003 is disallowed | Paul Kehrer | 2015-05-18 | 1 | -0/+11 | |
| | | | | document that this is a possible exception | |||||
* | IPAddress needs to support networks for nameconstraints | Paul Kehrer | 2015-05-17 | 1 | -0/+6 | |
| | ||||||
* | x509 extension equality | Paul Kehrer | 2015-05-17 | 1 | -0/+27 | |
| | ||||||
* | Merge pull request #1920 from reaperhulk/x509-ossl-cdp | Alex Gaynor | 2015-05-13 | 1 | -0/+215 | |
|\ | | | | | support CRLDistributionPoints in the OpenSSL backend | |||||
| * | change approach for parsing CDP reason flags | Paul Kehrer | 2015-05-13 | 1 | -0/+57 | |
| | |