aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/build_openssl.py
Commit message (Expand)AuthorAgeFilesLines
* simplify the macro def checkPaul Kehrer2016-03-281-1/+1
* fix libressl breakage reported in #2858Paul Kehrer2016-03-281-1/+8
* config header changes for 1.1.0Paul Kehrer2016-03-081-1/+0
* Removed code to silence OpenSSL deprecation warnings on OS XAlex Gaynor2016-03-071-16/+0
* 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
* 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