aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/x509_vfy.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-68/+4
* Fixed #5050 -- dropped support for an old LibresSSL release (#5056)Alex Gaynor2019-11-111-2/+2
* Add definitions that help with hostname checking (#4492)Kai Engert2018-10-101-0/+32
* LibreSSL 2.7.x support (#4270)Paul Kehrer2018-05-301-1/+5
* Removes branches in bindings for various OpenSSL 1.1.0 prereleases (#4269)Alex Gaynor2018-05-311-5/+1
* Remove branches for 1.0.2 betas. (#3870)Alex Gaynor2017-08-201-2/+2
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* More accurate LibreSSL detection (#3530)Moriyoshi Koizumi2017-05-201-0/+8
* Added a binding that will be useful for AIA chasing (#3546)Alex Gaynor2017-05-181-1/+16
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-12/+7
* add X509_STORE_CTX_get0_cert binding (#3455)Paul Kehrer2017-03-141-0/+9
* PyPy's ssl module, the last missing macro and three macro functions (#3270)Richard Plangger2016-11-211-0/+3
* add some x509_object handling for pypy stdlib (#3254)Paul Kehrer2016-11-191-0/+28
* Export missing OpenSSL `X509_VERIFY_PARAM_free` (#3221)Thomas Sileo2016-11-061-0/+1
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-4/+6
* opaque x509 store context (#3019)Paul Kehrer2016-06-271-15/+1
* Remove 0.9.8 isms from the DSA and x509 verify bindings (#2993)Alex Gaynor2016-06-191-36/+0
* X509_STORE_CTX_get_ex_new_index is a macro in 1.1.0Paul Kehrer2016-03-101-2/+4
* Add more CRYPTO_EX_DATA functionsChristian Heimes2015-11-201-0/+2
* these flags were actually added in 1.0.2beta2, not before that.Paul Kehrer2015-11-051-2/+2
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-50/+0
* Add additional X509_STORE functionsStephen Holsapple2015-06-171-1/+5
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+343