aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/asn1.py
Commit message (Collapse)AuthorAgeFilesLines
* add bindings to parse and create challenge passwords in X509 CSRs (#4943)Paul Kehrer2019-07-091-1/+4
| | | | | | * add bindings to parse and create challenge passwords in X509 CSRs * moved away from the 1.1.0 section
* 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
| | | | | | | | | | | * Remove unused bindings from asn1.py This also includes a couple removals from x509v3.py which also reference ASN1_ITEM_EXP. * re-add int ASN1_STRING_set_default_mask_asc(char *); * also re-add static const int MBSTRING_UTF8
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
| | | | | | | | * No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment
* 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
| | | | | | * Add ASN1_TIME related functions for the relevant PyOpenSSL patch. * Move ASN1_TIME_check() to MACROS as the argument's constness varies between 1.0.x and 1.1.0~.
* 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
|\ | | | | handle removal of M_ASN1_TIME_dup
| * nicer formatting for the macroPaul Kehrer2016-03-091-2/+1
| |
| * handle removal of M_ASN1_TIME_dupPaul Kehrer2016-03-081-0/+7
| | | | | | | | OpenSSL 1.1.0 compat work
* | ASN1_TIME is actually an ASN1_STRING so typedef itPaul Kehrer2016-03-081-3/+1
|/ | | | | This will be useful in OpenSSL 1.1.0 since you sometimes need to duplicate a time.
* 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
| | | | Test added.
* Added some nonsense around IA5STRINGAlex Gaynor2015-07-031-1/+4
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+160