aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/build_openssl.py
Commit message (Collapse)AuthorAgeFilesLines
* config header changes for 1.1.0Paul Kehrer2016-03-081-1/+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.
* Removed code to silence OpenSSL deprecation warnings on OS XAlex Gaynor2016-03-071-16/+0
| | | | We dont' officially support compiling against platform OpenSSL on OS X
* add initial OCSP bindingsPaul Kehrer2016-01-181-0/+1
|
* consolidate the windows specific header trickery we need to doPaul Kehrer2016-01-181-4/+8
|
* Port callbacks to new static callbackChristian Heimes2016-01-071-0/+1
| | | | | | | | | | | | | | | | cffi 1.4.0 will introduce a new API to create static callbacks. Contrary to the old callback API, static callbacks no longer depend on libffi's dynamic code generation for closures. Static code has some benefits over dynamic generation. For example the code is faster. Also it doesn't need writeable and executable memory mappings, which makes it compatible with SELinux's deny execmem policy. The branch depends on PR #2488. https://bitbucket.org/cffi/cffi/issues/232/static-callbacks Closes: #2477 Signed-off-by: Christian Heimes <cheimes@redhat.com>
* don't add the NXCOMPAT and DYNAMICBASE flags if the compiler isn't msvcPaul Kehrer2016-01-011-2/+4
|
* extend pkcs7 openssl bindingsDominic Chen2015-10-131-2/+2
|
* rename env var to CRYPTOGRAPHY_OSX_NO_LINK_FLAGSPaul Kehrer2015-08-311-1/+1
|
* no need for NonePaul Kehrer2015-08-291-1/+1
|
* add support for static linking of the openssl backend on OS XPaul Kehrer2015-08-291-3/+16
|
* remove windows link type, update docsPaul Kehrer2015-07-241-14/+1
|
* remove remaining vestiges, make adding twice workGlyph2015-06-261-1/+0
|
* enable ASLR and NX on windows builds (affects 2.x only)Paul Kehrer2015-06-201-4/+3
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+98