Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bindings for DTLS support (#4089) | gesslerpd | 2018-01-23 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | * + more DTLS bindings * + BIO_CTRL_DGRAM* * + read ahead functions * rm BIO_CTRL_DGRAM_SET_PEEK_MODE * rm BIO_CTRL_DGRAM_SET_DONT_FRAG * + link mtu conditional logic * rm some BIO_CTRL_DGRAM* bindings | ||||
* | 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 | ||||
* | some wconversion fixes (#3727) | Paul Kehrer | 2017-06-26 | 1 | -1/+1 |
| | |||||
* | Attempt to simplify the libressl checing (#3482) | Alex Gaynor | 2017-03-26 | 1 | -1/+1 |
| | | | | | | | | | | * Attempt to simplify the libressl checing * SHENANGINS * Attempted fix * More simplification | ||||
* | add some BIO functions for pypy's ssl stdlib (#3249) | Paul Kehrer | 2016-11-18 | 1 | -0/+11 |
| | | | refs #3248 | ||||
* | remove two more constants that no longer exist and we don't use (#3101) | Paul Kehrer | 2016-08-25 | 1 | -1/+0 |
| | |||||
* | BIO_set has been removed in 1.1.0 (#3092) | Paul Kehrer | 2016-08-16 | 1 | -1/+0 |
| | | | Since we aren't using it bye bye | ||||
* | Remove a binding and comments that reference 0.9.8 (#2984) | Alex Gaynor | 2016-06-18 | 1 | -4/+1 |
| | |||||
* | opaque BIO_METHOD and BIO. Move some functions that added const (#2881) | Paul Kehrer | 2016-04-30 | 1 | -40/+12 |
| | |||||
* | Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868) | Amaury Forgeot d'Arc | 2016-04-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * Add more bindings to OpenSSL, all are used by the Python _ssl module. * Add a conditional: SSL_CTX_clear_options() does not exist before 0.9.8m * 80 cols * Condionally define the TLSEXT error codes. * Address review comments * Remove all parameter names | ||||
* | these bio types no longer exist in 1.1.0 | Paul Kehrer | 2016-03-13 | 1 | -2/+0 |
| | | | | and...you guessed it, we don't use them and neither does pyOpenSSL | ||||
* | BIO_ptr_ctrl's ret type changed from char to void...but we don't use it | Paul Kehrer | 2016-03-08 | 1 | -1/+0 |
| | | | | So let's reduce our exposure to this sort of thing and remove it. | ||||
* | move BIO_new_mem_buf to macros to handle 1.0.2g signature change | Paul Kehrer | 2016-03-01 | 1 | -1/+2 |
| | |||||
* | remove openssl CONDITIONAL_NAMES | Paul Kehrer | 2015-08-03 | 1 | -2/+0 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+172 |