aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)Paul Kehrer2016-08-312-14/+32
* Allow passing iterators where collections are expected (#3078)Marti2016-08-262-31/+45
* CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_...InvalidInterrupt2016-08-161-0/+19
* Disallow X509 certificate serial numbers bigger than 159 bits (#3064) (#3067)Коренберг Марк2016-08-021-8/+14
* small cleanups to the cert.serial warning (#2958)Alex Gaynor2016-06-031-6/+0
* Add alias for Certificate serial as serial number (#2950)Chelsea Winfree2016-06-021-0/+6
* Added a special case for EC as wellAlex Gaynor2016-03-271-0/+3
* Fixes #2856 -- add a fast path to _key_identifier_from_public_key for RSA keysAlex Gaynor2016-03-271-17/+25
* complete deprecation of CRLExtensionOID in favor of CRLEntryExtensionOIDPaul Kehrer2016-03-212-17/+0
* Add AuthorityKeyIdentifier.from_issuer_subject_key_identifierPaul Kehrer2016-03-111-0/+8
* Merge pull request #2670 from joernheissler/x509_req_verifyPaul Kehrer2016-03-061-0/+6
|\
| * Change method to propertyJoern Heissler2016-01-181-2/+2
| * Add verify method on CertificateSigningRequestJoern Heissler2016-01-131-0/+6
* | test passed because UnicodeEncodeError is a subclass of ValueErrorPaul Kehrer2016-03-061-1/+1
* | raise ValueError if > 2 byte value for NameAttribute with CN OIDPaul Kehrer2016-03-061-1/+6
* | Merge pull request #2733 from reaperhulk/policy-constraintsAlex Gaynor2016-02-262-3/+61
|\ \
| * | export PolicyConstraintsPaul Kehrer2016-02-261-3/+5
| * | add the oid required by the extensiontype interfacePaul Kehrer2016-02-261-0/+2
| * | add policy constraints classPaul Kehrer2016-02-261-0/+54
* | | Fixes #2710 -- silence a deprecation warning.Alex Gaynor2016-02-061-1/+9
|/ /
* | Refs #2578 -- implement __hash__ on InhibitAnyPolicyEeshan Garg2016-02-011-0/+3
* | Refs #2578 -- implement __hash__ on AccessDescriptionEeshan Garg2016-01-311-0/+3
|/
* refactor the init validation of AuthorityKeyIdentifierPaul Kehrer2016-01-051-17/+20
* Merge pull request #2635 from alex/rfc-hashPaul Kehrer2016-01-031-0/+3
|\
| * Implement __hash__ on RFC822NameAlex Gaynor2016-01-031-0/+3
* | Implement __hash__ on UniformResourceIdentifierAlex Gaynor2016-01-031-0/+3
|/
* don't allow UnrecognizedExtension with get_extension_for_classPaul Kehrer2015-12-301-0/+7
* add UnrecognizedExtension classPaul Kehrer2015-12-302-1/+33