aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/asn1.py
Commit message (Expand)AuthorAgeFilesLines
* add bindings to parse and create challenge passwords in X509 CSRs (#4943)Paul Kehrer2019-07-091-1/+4
* Simplify OCSP no check serialization (#4444)Alex Gaynor2018-08-311-0/+3
* Remove unused bindings from asn1.py (#4082)David Benjamin2018-03-051-56/+1
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* Remove a binding that hasn't been used for a while (#3643)Alex Gaynor2017-05-301-7/+0
* fix compilation on 1.1.0f (#3603)Paul Kehrer2017-05-251-2/+4
* Add some ASN1_TIME related functions for the relevant PyOpenSSL patch. (#3491)Moriyoshi Koizumi2017-04-061-0/+2
* const some more ASN1 (#3100)Paul Kehrer2016-08-241-2/+2
* move functions that were const-ified in 1.1.0-pre6 (#3090)Paul Kehrer2016-08-161-3/+5
* Merge pull request #2778 from reaperhulk/110-patch-2Alex Gaynor2016-03-091-0/+6
|\
| * nicer formatting for the macroPaul Kehrer2016-03-091-2/+1
| * handle removal of M_ASN1_TIME_dupPaul Kehrer2016-03-081-0/+7
* | ASN1_TIME is actually an ASN1_STRING so typedef itPaul Kehrer2016-03-081-3/+1
|/
* new asn1 bindings needed for #2582Paul Kehrer2015-12-261-0/+3
* add support for Certificate signature and tbs_certificatePaul Kehrer2015-11-031-1/+1
* Remove long comments and workarounds, use new cffi syntaxAlex Gaynor2015-10-211-18/+1
* support InhibitAnyPolicy in CertificateBuilderPaul Kehrer2015-08-081-0/+1
* more openssl bindings for encoding certificate policy structuresPaul Kehrer2015-08-081-0/+4
* add support for encoding SubjectKeyIdentifier to CertificateBuilderPaul Kehrer2015-08-081-0/+1
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
* Support encoding KeyUsage into certificate signing requestsPaul Kehrer2015-07-231-0/+2
* this is constPaul Kehrer2015-07-111-1/+1
* support for OtherName encoding for general namesPaul Kehrer2015-07-111-0/+1
* parse SAN otherNames into OtherName instances rather than raising an exceptionJoshua Tauberer2015-07-061-0/+2
* Added some nonsense around IA5STRINGAlex Gaynor2015-07-031-1/+4
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+160