aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509v3.py
Commit message (Expand)AuthorAgeFilesLines
* fix a memory leak in AIA parsing (#4836)Paul Kehrer2019-04-111-0/+3
* add bindings for supporting the issuing distribution point CRL extension (#4532)Paul Kehrer2018-10-271-0/+12
* Remove unused bindings from asn1.py (#4082)David Benjamin2018-03-051-10/+0
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* Another simplification of freeing (#3498)Alex Gaynor2017-04-091-0/+1
* Fixed #3492 -- use a better API (#3497)Alex Gaynor2017-04-091-0/+1
* Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)Alex Gaynor2017-03-091-0/+6
* PyPy's ssl module, the last missing macro and three macro functions (#3270)Richard Plangger2016-11-211-1/+1
* bind a few things pypy ssl stdlib needs in x509v3 (#3255)Paul Kehrer2016-11-191-0/+7
* bind GENERAL_NAME_free and move GENERAL_NAME_new to macros... (#3257)Paul Kehrer2016-11-191-1/+2
* change X509V3_EXT_nconf function signature (#3024)Paul Kehrer2016-06-301-1/+2
* Remove a few more 0.9.8 bindings (#2994)Alex Gaynor2016-06-181-4/+1
* remove the i2d_{EXTENSION_NAME} macros since we don't need them (#2966)Paul Kehrer2016-06-041-21/+0
* config header changes for 1.1.0Paul Kehrer2016-03-081-0/+1
* drop this for nowAlex Gaynor2016-02-271-1/+0
* voidAlex Gaynor2016-02-271-1/+1
* More policy constraint bindingsAlex Gaynor2016-02-271-0/+4
* Added policy constraint struct bindingAlex Gaynor2016-02-261-0/+5
* implement support for encoding name constraintsPaul Kehrer2015-12-021-0/+12
* add binding for d2i_GENERAL_NAMES()Erik Trauschke2015-10-151-0/+2
* more openssl bindings for encoding certificate policy structuresPaul Kehrer2015-08-081-0/+1
* add a few additional bindings for AuthorityKeyIdentifier in OpenSSLPaul Kehrer2015-08-051-0/+2
* more bindings for CRLDistributionPoints encodingPaul Kehrer2015-08-051-0/+3
* Merge pull request #2180 from reaperhulk/easy-conditional-fixDonald Stufft2015-08-041-2/+0
|\
| * remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
* | encode authority information accessPaul Kehrer2015-08-031-0/+6
|/
* add many bindings we'll need to encode a certificate policies extensionPaul Kehrer2015-07-261-0/+21
* let's also add the binding to make a new GENERAL_SUBTREE stackPaul Kehrer2015-07-241-0/+1
* bindings for CRL encodingPaul Kehrer2015-07-241-0/+7
* Support encoding ExtendedKeyUsage into certificate signing requestsPaul Kehrer2015-07-231-0/+3
* support for OtherName encoding for general namesPaul Kehrer2015-07-111-0/+3
* Refs #2108 -- expand the OTHERNAME binding.Alex Gaynor2015-07-041-1/+2
* added a few more x509 bindings for SAN encodingAlex Gaynor2015-07-031-0/+5
* add name constraints and general subtree struct and macro stack defsPaul Kehrer2015-06-211-0/+25
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+220