Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a memory leak in AIA parsing (#4836) | Paul Kehrer | 2019-04-11 | 1 | -0/+3 |
| | | | | | | * fix a memory leak in AIA parsing * oops can't remove that | ||||
* | add bindings for supporting the issuing distribution point CRL extension (#4532) | Paul Kehrer | 2018-10-27 | 1 | -0/+12 |
| | |||||
* | Remove unused bindings from asn1.py (#4082) | David Benjamin | 2018-03-05 | 1 | -10/+0 |
| | | | | | | | | | | | * 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 | ||||
* | Another simplification of freeing (#3498) | Alex Gaynor | 2017-04-09 | 1 | -0/+1 |
| | |||||
* | Fixed #3492 -- use a better API (#3497) | Alex Gaynor | 2017-04-09 | 1 | -0/+1 |
| | | | | | | | | | | * Fixed #3492 -- use a better API * More correct types * Revert "More correct types" This reverts commit e7412927eccf2b983bbcab2d2864ae1e4e83b56f. | ||||
* | Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431) | Alex Gaynor | 2017-03-09 | 1 | -0/+6 |
| | | | | | | | | | | * Refs #3430 -- fixed a memory leak in extension parsing for CRL dp * same fix for policy info * make this private * consistency cleanup | ||||
* | PyPy's ssl module, the last missing macro and three macro functions (#3270) | Richard Plangger | 2016-11-21 | 1 | -1/+1 |
| | | | | | | | | * missing macro and three macro functions * removed space before function name (style issue) * remove macro which always will not be set by cryptography | ||||
* | bind a few things pypy ssl stdlib needs in x509v3 (#3255) | Paul Kehrer | 2016-11-19 | 1 | -0/+7 |
| | |||||
* | bind GENERAL_NAME_free and move GENERAL_NAME_new to macros... (#3257) | Paul Kehrer | 2016-11-19 | 1 | -1/+2 |
| | | | where it belongs! | ||||
* | change X509V3_EXT_nconf function signature (#3024) | Paul Kehrer | 2016-06-30 | 1 | -1/+2 |
| | |||||
* | Remove a few more 0.9.8 bindings (#2994) | Alex Gaynor | 2016-06-18 | 1 | -4/+1 |
| | |||||
* | remove the i2d_{EXTENSION_NAME} macros since we don't need them (#2966) | Paul Kehrer | 2016-06-04 | 1 | -21/+0 |
| | | | | | | * remove the i2d_{EXTENSION_NAME} macros since we don't need them * we still need this for a few more moments | ||||
* | config header changes for 1.1.0 | Paul Kehrer | 2016-03-08 | 1 | -0/+1 |
| | | | | | | OPENSSL_config is deprecated in 1.1.0 and OPENSSL_no_config is a macro provided solely for compatibility. We don't use either of these and the only thing we actually need is an opaque typedef for CONF. | ||||
* | drop this for now | Alex Gaynor | 2016-02-27 | 1 | -1/+0 |
| | |||||
* | void | Alex Gaynor | 2016-02-27 | 1 | -1/+1 |
| | |||||
* | More policy constraint bindings | Alex Gaynor | 2016-02-27 | 1 | -0/+4 |
| | |||||
* | Added policy constraint struct binding | Alex Gaynor | 2016-02-26 | 1 | -0/+5 |
| | |||||
* | implement support for encoding name constraints | Paul Kehrer | 2015-12-02 | 1 | -0/+12 |
| | |||||
* | add binding for d2i_GENERAL_NAMES() | Erik Trauschke | 2015-10-15 | 1 | -0/+2 |
| | |||||
* | more openssl bindings for encoding certificate policy structures | Paul Kehrer | 2015-08-08 | 1 | -0/+1 |
| | |||||
* | add a few additional bindings for AuthorityKeyIdentifier in OpenSSL | Paul Kehrer | 2015-08-05 | 1 | -0/+2 |
| | |||||
* | more bindings for CRLDistributionPoints encoding | Paul Kehrer | 2015-08-05 | 1 | -0/+3 |
| | |||||
* | Merge pull request #2180 from reaperhulk/easy-conditional-fix | Donald Stufft | 2015-08-04 | 1 | -2/+0 |
|\ | | | | | create a ConditionalLibrary and remove unsupported items | ||||
| * | remove openssl CONDITIONAL_NAMES | Paul Kehrer | 2015-08-03 | 1 | -2/+0 |
| | | |||||
* | | encode authority information access | Paul Kehrer | 2015-08-03 | 1 | -0/+6 |
|/ | |||||
* | add many bindings we'll need to encode a certificate policies extension | Paul Kehrer | 2015-07-26 | 1 | -0/+21 |
| | |||||
* | let's also add the binding to make a new GENERAL_SUBTREE stack | Paul Kehrer | 2015-07-24 | 1 | -0/+1 |
| | |||||
* | bindings for CRL encoding | Paul Kehrer | 2015-07-24 | 1 | -0/+7 |
| | |||||
* | Support encoding ExtendedKeyUsage into certificate signing requests | Paul Kehrer | 2015-07-23 | 1 | -0/+3 |
| | |||||
* | support for OtherName encoding for general names | Paul Kehrer | 2015-07-11 | 1 | -0/+3 |
| | |||||
* | Refs #2108 -- expand the OTHERNAME binding. | Alex Gaynor | 2015-07-04 | 1 | -1/+2 |
| | |||||
* | added a few more x509 bindings for SAN encoding | Alex Gaynor | 2015-07-03 | 1 | -0/+5 |
| | |||||
* | add name constraints and general subtree struct and macro stack defs | Paul Kehrer | 2015-06-21 | 1 | -0/+25 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+220 |