aboutsummaryrefslogtreecommitdiffstats
path: root/tests/x509/test_x509_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated behavior in AKI.from_issuer_subject_key_identifier (#5182)Alex Gaynor2020-04-051-7/+0
* Finish ed25519 and ed448 support in x509 module (#4972)Marko Kreen2019-09-091-0/+40
* fix coverage by adding two artificial DSA public keys (#4984)Paul Kehrer2019-09-061-0/+32
* Small style cleanup (#4891)Alex Gaynor2019-05-191-1/+1
* add name for ExtensionOID.PRECERT_POISON (#4853)redshiftzero2019-05-191-1/+8
* fix from_issuer_subject_key_identifier to take the right type (#4864)Paul Kehrer2019-05-041-2/+9
* fix != comparison in py2 (fixes #4821) (#4822)Mathias Ertl2019-03-251-4/+10
* implement eq__, __hash__ and __repr__ for OCSPNoCheck and PrecertPoison (#4819)Mathias Ertl2019-03-251-0/+44
* Fixes #4734 -- Deal with deprecated things (#4736)Alex Gaynor2019-01-231-6/+6
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-081-29/+12
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-4/+22
* encode IssuingDistributionPoint (#4618)Paul Kehrer2018-12-021-0/+137
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-301-0/+288
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer2018-10-291-0/+154
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-091-0/+31
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-0/+29
* fixed test name (#4433)Alex Gaynor2018-08-301-1/+1
* Future proofing use of the six python version constants (#4238)Eric Brown2018-05-141-22/+22
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor2018-03-201-4/+0
* don't allow GeneralNames to be an empty list (#4128)Paul Kehrer2018-03-051-0/+4
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-101-163/+159
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-101-37/+39
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-101-123/+122
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-231-0/+227
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-0/+30
* implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)Paul Kehrer2017-09-131-0/+74
* add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)Paul Kehrer2017-09-131-0/+34
* add __hash__ to PolicyConstraints and Extension (#3917)Paul Kehrer2017-09-131-0/+26
* implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)Paul Kehrer2017-09-131-0/+48
* implement __hash__ on CertificatePolicies and its child classes (#3914)Paul Kehrer2017-09-131-0/+45
* add aki hash (#3910)Paul Kehrer2017-09-131-1/+10
* name constraints __hash__ (#3912)Paul Kehrer2017-09-131-0/+21
* AIA hashing (#3911)Paul Kehrer2017-09-131-0/+34
* fix a bug with URI value when parsing a string with no hostname (#3909)Paul Kehrer2017-09-131-4/+5
* implement __hash__ on all GeneralName types (#3907)Paul Kehrer2017-09-131-0/+41
* compare against bytes values, not the U-label decoded ones (#3906)Paul Kehrer2017-09-121-0/+5
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-101-0/+63
* move x509 tests into a module (#3889)Paul Kehrer2017-09-061-0/+3865