aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-301-3/+4
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-091-2/+3
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-1/+3
* Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)Marti Raudsepp2018-06-291-0/+1
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-231-3/+4
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-2/+3
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-101-2/+4
* remove deprecated items (#3794)Paul Kehrer2017-07-201-10/+1
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-041-3/+4
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-201-0/+7
* Interfaces for SCTs, feedback wanted (#3467)Alex Gaynor2017-03-221-0/+2
* Make DistributionPoint relative_name a set of NameAttribute (#3210)Fraser Tweedale2016-11-071-1/+4
* support random_serial_number in the CertificateBuilder (#3132)Paul Kehrer2016-09-031-0/+2
* complete deprecation of CRLExtensionOID in favor of CRLEntryExtensionOIDPaul Kehrer2016-03-211-9/+0
* Merge pull request #2733 from reaperhulk/policy-constraintsAlex Gaynor2016-02-261-3/+5
|\
| * export PolicyConstraintsPaul Kehrer2016-02-261-3/+5
* | Fixes #2710 -- silence a deprecation warning.Alex Gaynor2016-02-061-1/+9
|/
* add UnrecognizedExtension classPaul Kehrer2015-12-301-1/+2
* add invaliditydate class for crl entry extensionsPaul Kehrer2015-12-261-1/+2
* switch CRLReason to use a classPaul Kehrer2015-12-261-1/+2
* start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-251-3/+5
* allow CRLExtensionOID to still be imported from x509Paul Kehrer2015-12-251-1/+2
* rename CRLExtensionOID to CRLEntryExtensionOIDPaul Kehrer2015-12-251-6/+6
* RevokedCertificateBuilderPaul Kehrer2015-12-251-1/+2
* CertificateRevocationListBuilderPaul Kehrer2015-12-241-0/+2
* CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-221-1/+2
* removing caching mechanism for x509 propertiesErik Trauschke2015-10-151-5/+5
* import fixErik Trauschke2015-10-141-2/+2
* use X509ExtensionParser for Revoked extensionsErik Trauschke2015-10-141-4/+4
* OpenSSL backend code for CRLsErik Trauschke2015-09-241-2/+4
* move Extensions, Extension, ExtensionType, GeneralNames, SAN, & IANPaul Kehrer2015-08-111-10/+10
* move extension exceptions, NameConstraints, and KeyUsagePaul Kehrer2015-08-111-7/+7
* move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicyPaul Kehrer2015-08-111-9/+9
* move AuthorityInformationAccess, BasicConstraints, & CRLDistributionPointsPaul Kehrer2015-08-101-6/+6
* move AKI, SKIPaul Kehrer2015-08-101-2/+5
* namespace the rest of the oidsPaul Kehrer2015-08-091-18/+21
* Merge pull request #2247 from reaperhulk/oid-nameAlex Gaynor2015-08-101-24/+20
|\
| * namespace Name OIDsPaul Kehrer2015-08-091-24/+20
* | Merge pull request #2244 from reaperhulk/x509-gn-splitAlex Gaynor2015-08-101-10/+12
|\ \ | |/ |/|
| * split general namesPaul Kehrer2015-08-091-10/+12
* | namespace oid signature algorithmPaul Kehrer2015-08-091-23/+20
* | namespace OID extensionsPaul Kehrer2015-08-091-31/+28
|/
* split Name from x509 modulePaul Kehrer2015-08-091-1/+2
* start splitting the x509 modulePaul Kehrer2015-08-091-0/+162