Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OPENSSL_no_config is a macro in 1.1.0 (#3091) | Paul Kehrer | 2016-08-16 | 1 | -1/+2 |
| | |||||
* | Add OPENSSL_config binding (#2972) (#2974) | Anton | 2016-07-13 | 1 | -0/+23 |
| | | | | | | | >>> lib.EVP_get_digestbyname(b'md_gost94') <cdata 'EVP_MD *' NULL> >>> lib.OPENSSL_config(ffi.NULL) >>> lib.EVP_get_digestbyname(b'md_gost94') <cdata 'EVP_MD *' 0x10adc7440> | ||||
* | config header changes for 1.1.0 | Paul Kehrer | 2016-03-08 | 1 | -24/+0 |
| | | | | | | OPENSSL_config is deprecated in 1.1.0 and OPENSSL_no_config is a macro provided solely for compatibility. We don't use either of these and the only thing we actually need is an opaque typedef for CONF. | ||||
* | 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/+26 |