Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |