Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | add extendedkeyusage repr | Paul Kehrer | 2015-04-02 | 1 | -0/+11 |
|/ | |||||
* | add keyusage extension | Paul Kehrer | 2015-03-31 | 1 | -0/+97 |
| | |||||
* | add extendedkeyusage extension | Paul Kehrer | 2015-03-31 | 1 | -0/+17 |
| | |||||
* | rename test class name | Paul Kehrer | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | basicConstraints support for OpenSSL X509 backend | Paul Kehrer | 2015-03-28 | 1 | -0/+108 |
| | |||||
* | add x509 extensions class and basic tests (no extensions supported) | Paul Kehrer | 2015-03-28 | 1 | -0/+57 |
| | |||||
* | use kwargs for BasicConstraints creation | Paul Kehrer | 2015-03-23 | 1 | -9/+9 |
| | | | | Also check path_length using integer_types | ||||
* | rework BasicConstraints and Extension. | Paul Kehrer | 2015-03-22 | 1 | -11/+28 |
| | |||||
* | basic constraints class & extensions interface | Paul Kehrer | 2015-03-21 | 1 | -0/+40 |