aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/bio.py
Commit message (Expand)AuthorAgeFilesLines
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* some wconversion fixes (#3727)Paul Kehrer2017-06-261-1/+1
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-1/+1
* add some BIO functions for pypy's ssl stdlib (#3249)Paul Kehrer2016-11-181-0/+11
* remove two more constants that no longer exist and we don't use (#3101)Paul Kehrer2016-08-251-1/+0
* BIO_set has been removed in 1.1.0 (#3092)Paul Kehrer2016-08-161-1/+0
* Remove a binding and comments that reference 0.9.8 (#2984)Alex Gaynor2016-06-181-4/+1
* opaque BIO_METHOD and BIO. Move some functions that added const (#2881)Paul Kehrer2016-04-301-40/+12
* Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)Amaury Forgeot d'Arc2016-04-081-0/+1
* these bio types no longer exist in 1.1.0Paul Kehrer2016-03-131-2/+0
* BIO_ptr_ctrl's ret type changed from char to void...but we don't use itPaul Kehrer2016-03-081-1/+0
* move BIO_new_mem_buf to macros to handle 1.0.2g signature changePaul Kehrer2016-03-011-1/+2
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+172