Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| |/ / | ||||||
* | | | Merge pull request #1881 from reaperhulk/san-rfc822name | Alex Gaynor | 2015-05-02 | 1 | -0/+88 | |
|\ \ \ | |/ / |/| | | add support for rfc822name general names | |||||
| * | | 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 equality testing to x509.Certificate | Paul Kehrer | 2015-04-30 | 1 | -0/+30 | |
|/ / | ||||||
* | | 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 | |
| | | ||||||
* | | Merge pull request #1874 from eeshangarg/starter-project-1870-2 | Alex Gaynor | 2015-04-29 | 3 | -25/+23 | |
|\ \ | | | | | | | Replace the remaining occurrences of six.u with the u prefix | |||||
| * | | Replace the remaining occurrences of six.u with the u prefix | Eeshan Garg | 2015-04-29 | 3 | -25/+23 | |
| | | | ||||||
* | | | Refs #1870 - replace six.u with u prefix in tests/hazmat/primitives | Eeshan Garg | 2015-04-29 | 7 | -32/+18 | |
|/ / | ||||||
* / | 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 | |||||
* | | Merge pull request #1848 from reaperhulk/invalid-token | Alex Gaynor | 2015-04-14 | 2 | -2/+4 | |
|\ \ | | | | | | | Twofactor invalid token | |||||
| * | | Move cryptography.exceptions.InvalidToken to ↵ | Steven Buss | 2015-04-13 | 2 | -2/+4 | |
| |/ | | | | | | | cryptography.hazmat.primitives.twofactor | |||||
* / | Work around pyasn1's willingness to return endOfOctets in DER parsing | Geoffrey Thomas | 2015-04-13 | 1 | -0/+5 | |
|/ | | | | See #1838 for discussion. | |||||
* | 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 | |
| | | ||||||
* | | let's make that repr actually good | Paul Kehrer | 2015-04-11 | 1 | -3/+4 | |
| | | ||||||
* | | add repr for x509 names | Paul Kehrer | 2015-04-11 | 1 | -0/+12 | |
| | | ||||||
* | | 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 | |
| | ||||||
* | add load_der_x509_csr to support loading DER encoded CSRs | Paul Kehrer | 2015-03-30 | 2 | -20/+57 | |
| | ||||||
* | add test for invalid PEM CSR | Paul Kehrer | 2015-03-29 | 1 | -0/+4 | |
| | ||||||
* | rename request to CSR | Paul Kehrer | 2015-03-29 | 2 | -7/+7 | |
| | ||||||
* | basic support for parsing x509 requests | Paul Kehrer | 2015-03-29 | 2 | -0/+73 | |
| | ||||||
* | 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 | |
| | ||||||
* | allow zero value bn using _bn_to_int in the openssl backend | Paul Kehrer | 2015-03-25 | 1 | -0/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | pep8! *shakes fist at the sky* | Paul Kehrer | 2015-03-14 | 1 | -1/+1 | |
| |