Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | DER serialization of DSA private keys | Paul Kehrer | 2015-03-14 | 2 | -40/+86 |
| | |||||
* | support DER encoded EC private key serialization | Paul Kehrer | 2015-03-13 | 1 | -12/+93 |
| | |||||
* | support RSA DER private key serialization | Paul Kehrer | 2015-03-13 | 2 | -23/+95 |
| | |||||
* | Merge pull request #1741 from reaperhulk/serialize-der-public-keys | Alex Gaynor | 2015-03-10 | 4 | -43/+81 |
|\ | | | | | support DER serialization of public keys | ||||
| * | support DER serialization of public keys | Paul Kehrer | 2015-03-10 | 4 | -43/+81 |
| | | |||||
* | | Fixed the deprecation warnings being triggered by the tests | Alex Gaynor | 2015-03-10 | 5 | -12/+12 |
|/ | |||||
* | DSA public key serialization | Paul Kehrer | 2015-03-08 | 1 | -1/+44 |
| | |||||
* | make tests properly skip on OpenSSLs without EC support | Paul Kehrer | 2015-03-08 | 1 | -0/+4 |
| | |||||
* | serialize EC public keys | Paul Kehrer | 2015-03-08 | 1 | -1/+69 |
| | |||||
* | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 2 | -3/+56 |
| | |||||
* | support "PKCS1" RSA public keys | Paul Kehrer | 2015-03-05 | 1 | -1/+9 |
| |