aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_x509_ext.py
Commit message (Expand)AuthorAgeFilesLines
* add AuthorityKeyIdentifier from_issuer_public_keyPaul Kehrer2015-08-081-0/+19
* rename to classmethod to from_public_keyPaul Kehrer2015-08-051-6/+6
* add SubjectKeyIdentifier.create_from_public_keyPaul Kehrer2015-08-051-3/+60
* corrupt -> invalidPaul Kehrer2015-08-011-1/+1
* check if the extension decoded to internal openssl reprPaul Kehrer2015-08-011-0/+15
* expand UniformResourceIdentiier to parse and internally IDNA encodePaul Kehrer2015-07-121-0/+32
* Merge pull request #2141 from reaperhulk/better-rfc822nameAlex Gaynor2015-07-121-0/+18
|\
| * expand RFC822Name to validate and (internally) IDNA encodePaul Kehrer2015-07-121-0/+18
* | simplify and handle /32 and /128Paul Kehrer2015-07-101-0/+19
* | name constraints - support IP addresses with netmaskPaul Kehrer2015-07-101-0/+35
|/
* special-case GeneralNames.get_values_for_type to return OtherName instances d...Joshua Tauberer2015-07-061-5/+4
* additional tests and doc spelling error fix for OtherNameJoshua Tauberer2015-07-061-0/+49
* parse SAN otherNames into OtherName instances rather than raising an exceptionJoshua Tauberer2015-07-061-0/+24
* change unsupported generalname test to use x400addressPaul Kehrer2015-07-051-6/+4
* name constraints - support leading periodsPaul Kehrer2015-07-011-0/+38
* support name constraints in the openssl backendPaul Kehrer2015-06-291-0/+44
* handle wildcard DNSNames with IDNA.Paul Kehrer2015-06-261-0/+31
* add eq/ne support to NameConstraintsPaul Kehrer2015-06-211-0/+29
* add nameconstraints classesPaul Kehrer2015-06-211-0/+68
* Refs #1947 -- add support for IAN to the OpenSSL backendAlex Gaynor2015-06-201-0/+17
* inhibit any policy extension support for the openssl backendPaul Kehrer2015-06-171-0/+17
* support OCSPNoCheck in the OpenSSL backendPaul Kehrer2015-06-171-0/+17
* Conditionally construct the repr of NameAttributesIan Cordasco2015-06-161-9/+17
* Correct x509.NameAttribute test passing bytesIan Cordasco2015-06-161-55/+57
* issuer alternative name supportPaul Kehrer2015-06-071-0/+56
* Merge pull request #1954 from reaperhulk/inhibitanypolicyAlex Gaynor2015-05-291-0/+25
|\
| * InhibitAnyPolicy classPaul Kehrer2015-05-261-0/+25
* | add bindings and interfaces for CRL objectsErik Trauschke2015-05-271-1/+57
|/
* add test to confirm IDNA2003 is disallowedPaul Kehrer2015-05-181-0/+11
* IPAddress needs to support networks for nameconstraintsPaul Kehrer2015-05-171-0/+6
* x509 extension equalityPaul Kehrer2015-05-171-0/+27
* Merge pull request #1920 from reaperhulk/x509-ossl-cdpAlex Gaynor2015-05-131-0/+215
|\
| * change approach for parsing CDP reason flagsPaul Kehrer2015-05-131-0/+57
| * support CRLDistributionPoints in the OpenSSL backendPaul Kehrer2015-05-131-0/+158
* | Merge pull request #1944 from reaperhulk/bc-eqAlex Gaynor2015-05-131-0/+13
|\ \
| * | add eq/ne support to BasicConstraintsPaul Kehrer2015-05-131-0/+13
| |/
* | Merge pull request #1943 from reaperhulk/san-eqAlex Gaynor2015-05-131-0/+19
|\ \
| * | add eq/ne support to SubjectAlternativeNamePaul Kehrer2015-05-131-0/+19
| |/
* / add eq/ne support to KeyUsagePaul Kehrer2015-05-131-0/+51
|/
* support certificate policies in the openssl backendPaul Kehrer2015-05-121-0/+94
* notice_numbers are not optional in NoticeReferencePaul Kehrer2015-05-121-6/+5
* add eq/ne methods for AuthorityKeyIdentifierPaul Kehrer2015-05-121-0/+29
* add eq/ne methods for all certificate policies classesPaul Kehrer2015-05-111-0/+78
* alter the repr a bit, pass unicode everywherePaul Kehrer2015-05-111-11/+24
* use !r for explicit_text in NoticeReference reprPaul Kehrer2015-05-111-3/+3
* remove policyqualifierinfo objectPaul Kehrer2015-05-101-40/+29
* certificate policies extension supportPaul Kehrer2015-05-101-0/+117
* repr tests are the worst. frozenset has diff repr on py3Paul Kehrer2015-05-101-14/+32
* fix repr testsPaul Kehrer2015-05-091-15/+8
* switch reasons to frozensetPaul Kehrer2015-05-091-36/+42