Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | support CRLDistributionPoints in the OpenSSL backend | Paul Kehrer | 2015-05-13 | 1 | -0/+158 | |
| | | ||||||
* | | Merge pull request #1944 from reaperhulk/bc-eq | Alex Gaynor | 2015-05-13 | 1 | -0/+13 | |
|\ \ | | | | | | | add eq/ne support to BasicConstraints | |||||
| * | | add eq/ne support to BasicConstraints | Paul Kehrer | 2015-05-13 | 1 | -0/+13 | |
| |/ | ||||||
* | | Merge pull request #1943 from reaperhulk/san-eq | Alex Gaynor | 2015-05-13 | 1 | -0/+19 | |
|\ \ | | | | | | | add eq/ne support to SubjectAlternativeName | |||||
| * | | add eq/ne support to SubjectAlternativeName | Paul Kehrer | 2015-05-13 | 1 | -0/+19 | |
| |/ | ||||||
* / | add eq/ne support to KeyUsage | Paul Kehrer | 2015-05-13 | 1 | -0/+51 | |
|/ | ||||||
* | support certificate policies in the openssl backend | Paul Kehrer | 2015-05-12 | 1 | -0/+94 | |
| | ||||||
* | notice_numbers are not optional in NoticeReference | Paul Kehrer | 2015-05-12 | 1 | -6/+5 | |
| | ||||||
* | add eq/ne methods for AuthorityKeyIdentifier | Paul Kehrer | 2015-05-12 | 1 | -0/+29 | |
| | ||||||
* | add eq/ne methods for all certificate policies classes | Paul Kehrer | 2015-05-11 | 1 | -0/+78 | |
| | ||||||
* | alter the repr a bit, pass unicode everywhere | Paul Kehrer | 2015-05-11 | 1 | -11/+24 | |
| | ||||||
* | use !r for explicit_text in NoticeReference repr | Paul Kehrer | 2015-05-11 | 1 | -3/+3 | |
| | ||||||
* | remove policyqualifierinfo object | Paul Kehrer | 2015-05-10 | 1 | -40/+29 | |
| | ||||||
* | certificate policies extension support | Paul Kehrer | 2015-05-10 | 1 | -0/+117 | |
| | | | | Adds a bunch of ancillary classes to support this. | |||||
* | repr tests are the worst. frozenset has diff repr on py3 | Paul Kehrer | 2015-05-10 | 1 | -14/+32 | |
| | ||||||
* | fix repr tests | Paul Kehrer | 2015-05-09 | 1 | -15/+8 | |
| | ||||||
* | switch reasons to frozenset | Paul Kehrer | 2015-05-09 | 1 | -36/+42 | |
| | ||||||
* | separate full_name/relative_name and change reasons to an enumeration | Paul Kehrer | 2015-05-09 | 1 | -107/+100 | |
| | ||||||
* | add CRLDistributionPoints and associated classes | Paul Kehrer | 2015-05-06 | 1 | -0/+282 | |
| | ||||||
* | add support for authority information access in the openssl backend | Paul Kehrer | 2015-05-04 | 1 | -0/+98 | |
| | ||||||
* | authority key identifier support in the openssl backend | Paul Kehrer | 2015-05-03 | 1 | -0/+84 | |
| | ||||||
* | Fix AKI authority_cert_issuer type | Paul Kehrer | 2015-05-03 | 1 | -20/+26 | |
| | | | | | | It was originally defined as an X509 Name, but in reality it is a list of GeneralName objects (albeit typically a list of one DirectoryName). | |||||
* | updates based on review feedback | Paul Kehrer | 2015-05-02 | 1 | -1/+1 | |
| | ||||||
* | add authority information access classes | Paul Kehrer | 2015-05-02 | 1 | -0/+142 | |
| | ||||||
* | Extended key usage support for the openssl backend | Paul Kehrer | 2015-05-02 | 1 | -0/+29 | |
| | ||||||
* | Merge pull request #1890 from reaperhulk/add-eq-ne-eku | Alex Gaynor | 2015-05-02 | 1 | -0/+15 | |
|\ | | | | | add eq/ne to ExtendedKeyUsage | |||||
| * | add eq/ne to ExtendedKeyUsage | Paul Kehrer | 2015-05-02 | 1 | -0/+15 | |
| | | ||||||
* | | missed a u | Paul Kehrer | 2015-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | add support for rfc822name general names | Paul Kehrer | 2015-04-30 | 1 | -0/+88 | |
|/ | ||||||
* | add support for directory name general names | Paul Kehrer | 2015-04-30 | 1 | -0/+25 | |
| | ||||||
* | add support for ipaddress to general name parsing | Paul Kehrer | 2015-04-30 | 1 | -0/+22 | |
| | ||||||
* | Replace the remaining occurrences of six.u with the u prefix | Eeshan Garg | 2015-04-29 | 1 | -19/+19 | |
| | ||||||
* | add URI general name support | Paul Kehrer | 2015-04-28 | 1 | -0/+21 | |
| | ||||||
* | support registeredID general name in OpenSSL backend | Paul Kehrer | 2015-04-22 | 1 | -0/+18 | |
| | ||||||
* | return only an int for unsupported general name type, update docs | Paul Kehrer | 2015-04-22 | 1 | -1/+1 | |
| | ||||||
* | update exception to contain detail | Paul Kehrer | 2015-04-21 | 1 | -1/+3 | |
| | ||||||
* | handle otherName, x400Address, and ediPartyName in OpenSSL backend | Paul Kehrer | 2015-04-21 | 1 | -0/+11 | |
| | ||||||
* | Merge pull request #1857 from reaperhulk/san-check-list-elements | Alex Gaynor | 2015-04-21 | 1 | -0/+6 | |
|\ | | | | | add a check to require that the list passed to SAN is all general names | |||||
| * | add a check to require that the list passed to SAN is all general names | Paul Kehrer | 2015-04-21 | 1 | -0/+6 | |
| | | ||||||
* | | Support Subject Alternative Name in the OpenSSL backend | Paul Kehrer | 2015-04-20 | 1 | -0/+21 | |
|/ | | | | Adds only DNS support first | |||||
* | AuthorityKeyIdentifier support | Paul Kehrer | 2015-04-18 | 1 | -0/+51 | |
| | ||||||
* | Merge pull request #1783 from reaperhulk/san-class | Alex Gaynor | 2015-04-18 | 1 | -0/+156 | |
|\ | | | | | Add GeneralName and SubjectAlternativeName classes | |||||
| * | Add GeneralName and SubjectAlternativeName classes | Paul Kehrer | 2015-04-14 | 1 | -0/+156 | |
| | | ||||||
* | | improve KeyUsage repr | Paul Kehrer | 2015-04-15 | 1 | -2/+2 | |
|/ | | | | fixes #1834 | |||||
* | keyusage support in the OpenSSL backend | Paul Kehrer | 2015-04-12 | 1 | -0/+60 | |
| | ||||||
* | Merge pull request #1814 from reaperhulk/keyusage-repr | Alex Gaynor | 2015-04-12 | 1 | -0/+38 | |
|\ | | | | | add repr to KeyUsage | |||||
| * | add repr to KeyUsage | Paul Kehrer | 2015-04-02 | 1 | -0/+38 | |
| | | ||||||
* | | alter approach to just use digest, no hexdigest | Paul Kehrer | 2015-04-10 | 1 | -9/+17 | |
| | | ||||||
* | | python 3.2 you are terrible | Paul Kehrer | 2015-04-10 | 1 | -7/+7 | |
| | | ||||||
* | | add subjectkeyidentifier support | Paul Kehrer | 2015-04-10 | 1 | -0/+72 | |
| | |