summaryrefslogtreecommitdiff
path: root/src/_cffi_src/openssl/x509v3.py
AgeCommit message (Expand)Author
2021-11-11Upgrade cryptography from 2.5 to 3.3Lucia Li
2018-10-27add bindings for supporting the issuing distribution point CRL extension (#4532)Paul Kehrer
2018-03-05Remove unused bindings from asn1.py (#4082)David Benjamin
2017-06-27Funcs macros gone (#3695)Paul Kehrer
2017-04-09Another simplification of freeing (#3498)Alex Gaynor
2017-04-09Fixed #3492 -- use a better API (#3497)Alex Gaynor
2017-03-09Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)Alex Gaynor
2016-11-21PyPy's ssl module, the last missing macro and three macro functions (#3270)Richard Plangger
2016-11-19bind a few things pypy ssl stdlib needs in x509v3 (#3255)Paul Kehrer
2016-11-19bind GENERAL_NAME_free and move GENERAL_NAME_new to macros... (#3257)Paul Kehrer
2016-06-30change X509V3_EXT_nconf function signature (#3024)Paul Kehrer
2016-06-18Remove a few more 0.9.8 bindings (#2994)Alex Gaynor
2016-06-04remove the i2d_{EXTENSION_NAME} macros since we don't need them (#2966)Paul Kehrer
2016-03-08config header changes for 1.1.0Paul Kehrer
2016-02-27drop this for nowAlex Gaynor
2016-02-27voidAlex Gaynor
2016-02-27More policy constraint bindingsAlex Gaynor
2016-02-26Added policy constraint struct bindingAlex Gaynor
2015-12-02implement support for encoding name constraintsPaul Kehrer
2015-10-15add binding for d2i_GENERAL_NAMES()Erik Trauschke
2015-08-08more openssl bindings for encoding certificate policy structuresPaul Kehrer
2015-08-05add a few additional bindings for AuthorityKeyIdentifier in OpenSSLPaul Kehrer
2015-08-05more bindings for CRLDistributionPoints encodingPaul Kehrer
2015-08-04Merge pull request #2180 from reaperhulk/easy-conditional-fixDonald Stufft
2015-08-03encode authority information accessPaul Kehrer
2015-08-03remove openssl CONDITIONAL_NAMESPaul Kehrer
2015-07-26add many bindings we'll need to encode a certificate policies extensionPaul Kehrer
2015-07-24let's also add the binding to make a new GENERAL_SUBTREE stackPaul Kehrer
2015-07-24bindings for CRL encodingPaul Kehrer
2015-07-23Support encoding ExtendedKeyUsage into certificate signing requestsPaul Kehrer
2015-07-11support for OtherName encoding for general namesPaul Kehrer
2015-07-04Refs #2108 -- expand the OTHERNAME binding.Alex Gaynor
2015-07-03added a few more x509 bindings for SAN encodingAlex Gaynor
2015-06-21add name constraints and general subtree struct and macro stack defsPaul Kehrer
2015-06-07convert to cffi 1.0 precompile systemPaul Kehrer