summaryrefslogtreecommitdiff
path: root/src/cryptography/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add is_signature_valid method on CertificateRevocationList (#3849)Vincent Pelletier2017-08-121-0/+6
* deprecate unicode input for RFC822Name (#3836)Paul Kehrer2017-08-011-14/+50
* deprecate auto-idna on UniformResourceIdentifier (#3832)Paul Kehrer2017-08-011-10/+63
* Begin the deprecation of auto-idna for x509.DNSName (#3830)Alex Gaynor2017-07-301-8/+66
* remove deprecated items (#3794)Paul Kehrer2017-07-202-14/+1
* Fixes #3745 -- add the any EKU EKU (#3750)Alex Gaynor2017-07-031-0/+1
* disallow empty string for NameAttribute (#3711)Paul Kehrer2017-06-191-0/+3
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-042-3/+40
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-202-3/+8
* Interfaces for SCTs, feedback wanted (#3467)Alex Gaynor2017-03-222-0/+48
* Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)Alex Gaynor2017-03-211-12/+2
* Refs #3461 -- added the OID for the SCT x.509 extension (#3464)Alex Gaynor2017-03-201-0/+3
* replace pyasn1 with asn1crypto (#3361)Ofek Lev2017-02-081-21/+3
* add a few more OIDs (#3259)Paul Kehrer2016-11-191-0/+6
* Random flake8 cleanups for the latest release (#3242)Alex Gaynor2016-11-151-0/+2
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer2016-11-131-0/+3
* Turns out we shouldn't call it uniqueIdentifier (#3234)Paul Kehrer2016-11-121-2/+2
* add some new oids (#3233)Paul Kehrer2016-11-111-0/+4
* add alternate signature OID for RSA with SHA1 + test and vector (#3227)Paul Kehrer2016-11-111-0/+3
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-111-7/+20
* Make DistributionPoint relative_name a set of NameAttribute (#3210)Fraser Tweedale2016-11-073-4/+55
* support random_serial_number in the CertificateBuilder (#3132)Paul Kehrer2016-09-032-0/+7