aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/decode_asn1.py
Commit message (Expand)AuthorAgeFilesLines
* Use literals for collections and comprehensions. (#5091)Mads Jensen2020-01-121-1/+1
* Parse single_extensions in OCSP responses (#5059)Paul Kehrer2019-11-111-0/+10
* Allow FreshestCRL extension in CRL (#4975)Marko Kreen2019-09-071-0/+1
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-12/+12
* fix a memory leak in AIA parsing (#4836)Paul Kehrer2019-04-111-1/+8
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-6/+6
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-301-0/+25
* refactor _decode_dist_points (#4536)Paul Kehrer2018-10-281-64/+67
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-061-0/+10
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-091-1/+18
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-311-5/+16
* Raise ve on bad gt (#4180)Joshua Crowgey2018-04-031-1/+7
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-101-2/+10
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-101-2/+8
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-101-2/+8
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-251-1/+3
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-231-1/+12
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-0/+7
* remove u-label conversion during general name decode (#3905)Paul Kehrer2017-09-131-49/+4
* fix a bug with URI value when parsing a string with no hostname (#3909)Paul Kehrer2017-09-131-1/+2
* [WIP] add support for the TLSFeature extension in x509 (#3899)Paul Kehrer2017-09-101-0/+21
* Begin the deprecation of auto-idna for x509.DNSName (#3830)Alex Gaynor2017-07-301-17/+1
* don't parse SCTs on older openssl (#3749)Paul Kehrer2017-07-041-4/+12
* Refs #3461 -- parse SCTs from x.509 extension (#3480)Alex Gaynor2017-06-041-0/+18
* Enlarge _oid2txt buffer to handle larger OIDs (#3612)Fraser Tweedale2017-05-291-0/+14
* Don't raise an UnsupportedExtension for critical extensions. (#3550)Alex Gaynor2017-05-201-14/+8
* Another simplification of freeing (#3498)Alex Gaynor2017-04-091-7/+1
* Fixed #3492 -- use a better API (#3497)Alex Gaynor2017-04-091-7/+1
* Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)Alex Gaynor2017-03-091-3/+16
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-111-4/+12
* Make DistributionPoint relative_name a set of NameAttribute (#3210)Fraser Tweedale2016-11-071-2/+6
* Remove some 0.9.8 code in x509 extension land (#2999)Alex Gaynor2016-06-191-44/+12
* move NUMERICSTRING certificate test to test_openssl & make it more specificPaul Kehrer2016-03-121-1/+1
* raise type error rather than internalerror w/ unsupported asn1 in subjectPaul Kehrer2016-03-121-1/+5
* opaque X509_EXTENSIONPaul Kehrer2016-03-091-3/+6
* sighAlex Gaynor2016-02-271-1/+0
* Write a function to write less codeAlex Gaynor2016-02-271-22/+20
* Fixed #2732 -- added support for x.509 policy constraints extensionAlex Gaynor2016-02-271-0/+24
* move more functions out of the openssl backend classPaul Kehrer2016-01-101-15/+74
* move openssl asn1 decode functions to a new modulePaul Kehrer2016-01-101-0/+717