aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/encode_asn1.py
Commit message (Expand)AuthorAgeFilesLines
* UniversalString needs to be encoded as UCS-4 (#5000)Marko Kreen2019-10-171-0/+2
* Allow FreshestCRL extension in CRL (#4975)Marko Kreen2019-09-071-0/+1
* fix aia encoding memory leak (#4889)Paul Kehrer2019-05-181-12/+15
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-1/+1
* encode IssuingDistributionPoint (#4618)Paul Kehrer2018-12-021-0/+23
* refactor some code into separate functions in asn1 encode (#4617)Paul Kehrer2018-12-011-20/+31
* allow multi-valued RDNs (#4616)Paul Kehrer2018-11-301-1/+1
* OCSP response builder (#4485)Paul Kehrer2018-10-281-0/+4
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-061-1/+11
* Cleanup _encode_asn1_str_gc: don't require the length as an argument (#4484)Alex Gaynor2018-10-071-10/+8
* Simplify OCSP no check serialization (#4444)Alex Gaynor2018-08-311-5/+2
* fix encoding BMPString in x509 name entries (#4321)Paul Kehrer2018-07-091-2/+7
* Fix typo (#4178)Tim D. Smith2018-03-291-1/+1
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-101-3/+4
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-101-3/+4
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-101-1/+3
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-251-11/+3
* FreshestCRL extension support (#3937)Paul Kehrer2017-09-231-3/+4
* support delta crl indicator extension (#3936)Paul Kehrer2017-09-221-3/+4
* deprecate unicode input for RFC822Name (#3836)Paul Kehrer2017-08-011-1/+1
* deprecate auto-idna on UniformResourceIdentifier (#3832)Paul Kehrer2017-08-011-1/+1
* Begin the deprecation of auto-idna for x509.DNSName (#3830)Alex Gaynor2017-07-301-12/+1
* fix for latest flake8 (#3829)Alex Gaynor2017-07-271-1/+1
* jurisdictionCountryName also must be PrintableString (#3516)Alex Gaynor2017-05-251-2/+5
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-111-9/+13
* support encoding IPv4Network and IPv6Network, useful for NameConstraints (#3182)Paul Kehrer2016-10-011-4/+15
* fix memory leak reported in #3134 (#3135)Paul Kehrer2016-09-041-0/+4
* Add code style settings, new excludes, run 'test_x509_ext (Py3)' (#3041)Marti2016-08-021-5/+10
* wrong assertPaul Kehrer2016-03-131-1/+1
* support PolicyConstraints in the CertificateBuilderPaul Kehrer2016-03-131-0/+18
* bytes, my nemesisPaul Kehrer2016-03-131-1/+1
* simplify extension creation by using X509V3_EXT_i2dPaul Kehrer2016-03-131-60/+18
* opaque X509_NAMEPaul Kehrer2016-03-091-13/+30
* move openssl asn1 decode functions to a new modulePaul Kehrer2016-01-101-1/+1
* remove duplicated memorybio namedtuplePaul Kehrer2016-01-101-4/+0
* move openssl asn1 encode functions to a new modulePaul Kehrer2016-01-101-0/+603