Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused bindings from asn1.py (#4082) | David Benjamin | 2018-03-05 | 1 | -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 Kehrer | 2017-06-27 | 1 | -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 Gaynor | 2017-05-30 | 1 | -7/+0 |
| | |||||
* | fix compilation on 1.1.0f (#3603) | Paul Kehrer | 2017-05-25 | 1 | -2/+4 |
| | |||||
* | Add some ASN1_TIME related functions for the relevant PyOpenSSL patch. (#3491) | Moriyoshi Koizumi | 2017-04-06 | 1 | -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 Kehrer | 2016-08-24 | 1 | -2/+2 |
| | |||||
* | move functions that were const-ified in 1.1.0-pre6 (#3090) | Paul Kehrer | 2016-08-16 | 1 | -3/+5 |
| | |||||
* | Merge pull request #2778 from reaperhulk/110-patch-2 | Alex Gaynor | 2016-03-09 | 1 | -0/+6 |
|\ | | | | | handle removal of M_ASN1_TIME_dup | ||||
| * | nicer formatting for the macro | Paul Kehrer | 2016-03-09 | 1 | -2/+1 |
| | | |||||
| * | handle removal of M_ASN1_TIME_dup | Paul Kehrer | 2016-03-08 | 1 | -0/+7 |
| | | | | | | | | OpenSSL 1.1.0 compat work | ||||
* | | ASN1_TIME is actually an ASN1_STRING so typedef it | Paul Kehrer | 2016-03-08 | 1 | -3/+1 |
|/ | | | | | This will be useful in OpenSSL 1.1.0 since you sometimes need to duplicate a time. | ||||
* | new asn1 bindings needed for #2582 | Paul Kehrer | 2015-12-26 | 1 | -0/+3 |
| | |||||
* | add support for Certificate signature and tbs_certificate | Paul Kehrer | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | Remove long comments and workarounds, use new cffi syntax | Alex Gaynor | 2015-10-21 | 1 | -18/+1 |
| | |||||
* | support InhibitAnyPolicy in CertificateBuilder | Paul Kehrer | 2015-08-08 | 1 | -0/+1 |
| | |||||
* | more openssl bindings for encoding certificate policy structures | Paul Kehrer | 2015-08-08 | 1 | -0/+4 |
| | |||||
* | add support for encoding SubjectKeyIdentifier to CertificateBuilder | Paul Kehrer | 2015-08-08 | 1 | -0/+1 |
| | |||||
* | remove openssl CONDITIONAL_NAMES | Paul Kehrer | 2015-08-03 | 1 | -2/+0 |
| | |||||
* | Support encoding KeyUsage into certificate signing requests | Paul Kehrer | 2015-07-23 | 1 | -0/+2 |
| | |||||
* | this is const | Paul Kehrer | 2015-07-11 | 1 | -1/+1 |
| | |||||
* | support for OtherName encoding for general names | Paul Kehrer | 2015-07-11 | 1 | -0/+1 |
| | |||||
* | parse SAN otherNames into OtherName instances rather than raising an exception | Joshua Tauberer | 2015-07-06 | 1 | -0/+2 |
| | | | | Test added. | ||||
* | Added some nonsense around IA5STRING | Alex Gaynor | 2015-07-03 | 1 | -1/+4 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+160 |