aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_x509_ext.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #2575 from reaperhulk/crlentry-extensions-classesAlex Gaynor2015-12-261-0/+38
|\ | | | | start switching the CRL entry extensions to be full-fledged classes
| * start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-251-0/+38
| | | | | | | | first up: CertificateIssuer
* | make the Extensions class support indexingPaul Kehrer2015-12-261-0/+12
|/
* missed a test for CRLNumber not being an integer, oopsPaul Kehrer2015-12-221-0/+4
|
* CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-221-0/+15
|
* Dangling pep8 fixNick Bastin2015-12-201-1/+1
|
* PEP8 fixesNick Bastin2015-12-201-1/+0
|
* Style cleanup, missing importNick Bastin2015-12-201-3/+6
|
* Add test for arbitrary access_methodNick Bastin2015-12-201-0/+4
|
* Allow any OID for access_method, validate OIDs at creation time, fix tests.Nick Bastin2015-12-201-1/+2
|
* OID validationNick Bastin2015-12-141-9/+22
|
* add __repr__ to x509.ExtensionsPaul Kehrer2015-10-201-0/+14
| | | | fix #2434
* fix to handle malformed certificates without hostnameDominic Chen2015-10-101-0/+39
|
* Swap test vector verisign for cryptography.io.pemPhoebe Queen2015-08-121-3/+3
|
* fixed pep8 errorPhoebe Queen2015-08-121-2/+2
|
* fixed pep8 errorPhoebe Queen2015-08-121-1/+1
|
* undid erroneous assertionPhoebe Queen2015-08-121-1/+0
|
* making tests more explicitPhoebe Queen2015-08-121-6/+3
|
* added test to raise errorPhoebe Queen2015-08-121-0/+16
|
* fixing pep8 errors #2255Phoebe Queen2015-08-121-1/+4
|
* added test for get_extension_for_classPhoebe Queen2015-08-121-0/+10
|
* convert the rest of the OIDs in the tests to use the new namespacesPaul Kehrer2015-08-101-30/+34
|
* switch tests to use ExtensionOID namespacePaul Kehrer2015-08-101-64/+66
|
* switch tests to use NameOIDPaul Kehrer2015-08-101-44/+45
|
* add AuthorityKeyIdentifier from_issuer_public_keyPaul Kehrer2015-08-081-0/+19
| | | | | Refactored SKI's creation code into a separate function, added doctest examples
* 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
| | | | ...and if not, raise an error (plus consume the error stack)
* 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 encode
| * expand RFC822Name to validate and (internally) IDNA encodePaul Kehrer2015-07-121-0/+18
| | | | | | | | This will be used in the CSR builder
* | 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 ↵Joshua Tauberer2015-07-061-5/+4
| | | | directly rather than their value properties; tests updated
* 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
| | | | Test added.
* 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
| | | | fixes #2054
* 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 class