aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509
Commit message (Expand)AuthorAgeFilesLines
* add signature_hash_algorithm to OCSPResponse (#4681)Paul Kehrer2019-01-101-0/+6
* Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)Marti Raudsepp2018-12-181-1/+1
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-082-4/+70
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-12/+17
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-302-3/+134
* Import idna lazily to reduce our memory consumption (#4601)Alex Gaynor2018-11-231-2/+12
* Remove unnecessary use of six.binary_type (#4569)Jon Dufresne2018-11-111-1/+1
* move ObjectIdentifier to break an upcoming import cycle (#4550)Paul Kehrer2018-10-301-59/+1
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer2018-10-291-0/+15
* OCSP response builder (#4485)Paul Kehrer2018-10-281-9/+172
* add IDP OID and docs (#4533)Paul Kehrer2018-10-281-0/+4
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-061-5/+18
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-061-0/+6
* consolidate the duplicate extension check (#4483)Paul Kehrer2018-10-061-19/+11
* support OCSP response parsing (#4452)Paul Kehrer2018-10-011-0/+8
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-094-3/+43
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-313-1/+11
* OCSP response abstract base classes (#4431)Paul Kehrer2018-08-311-0/+130
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-311-33/+14
* make an ocsp request (#4402)Paul Kehrer2018-08-301-0/+30
* OCSP request parsing (#4393)Paul Kehrer2018-08-151-0/+79
* Added missing methods from CRL Interface (#4400)Alex Gaynor2018-08-151-0/+18
* add crl.get_revoked_certificate method (#4331)Paul Kehrer2018-07-161-0/+7
* Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp2018-07-091-3/+8
* Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)Marti Raudsepp2018-06-292-0/+3
* adding name so that 1.3.6.1.4.1.11129.2.4.2 is no longer and 'Unknown OID' (#...Joshua Crowgey2018-05-071-0/+3
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor2018-03-201-3/+0
* don't allow GeneralNames to be an empty list (#4128)Paul Kehrer2018-03-051-0/+3
* Fix ASN1 string type encoding for several Name OIDs (#4035)Paul Kehrer2017-11-301-7/+15
* nit: remove double space in deprecation warning (#4018)Alex Gaynor2017-11-111-2/+2
* Fix a few new flake8 issues (#4008)Alex Gaynor2017-11-021-1/+0
* Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor2017-10-121-2/+2
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-101-56/+19
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-101-42/+20
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-101-48/+19
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-251-5/+41
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-232-3/+45
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-223-2/+33
* implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915)Paul Kehrer2017-09-131-0/+16
* add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916)Paul Kehrer2017-09-131-0/+12
* add __hash__ to PolicyConstraints and Extension (#3917)Paul Kehrer2017-09-131-0/+8
* implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913)Paul Kehrer2017-09-131-0/+12
* implement __hash__ on CertificatePolicies and its child classes (#3914)Paul Kehrer2017-09-131-0/+17
* add aki hash (#3910)Paul Kehrer2017-09-131-0/+9
* name constraints __hash__ (#3912)Paul Kehrer2017-09-131-0/+13
* AIA hashing (#3911)Paul Kehrer2017-09-131-0/+3
* fix a bug with URI value when parsing a string with no hostname (#3909)Paul Kehrer2017-09-131-1/+2
* implement __hash__ on all GeneralName types (#3907)Paul Kehrer2017-09-131-2/+17
* compare against bytes values, not the U-label decoded ones (#3906)Paul Kehrer2017-09-121-2/+2
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-103-2/+62