aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/build_openssl.py
Commit message (Expand)AuthorAgeFilesLines
* Add pthread linking on non-win32 (#5086)Alexander Grund2019-12-231-1/+4
* issue-5041: do not add extra flags when compiler or platform does not support...Michael Felt2019-11-241-1/+13
* Add a comment so we can easily find a place to update later (#5043)Alex Gaynor2019-11-011-0/+1
* HTTPS a bunch of links in random places (#4666)Alex Gaynor2018-12-311-1/+1
* do not pass conversion on Solaris (#4545)Bernát Gábor2018-10-301-1/+1
* Fixed build errors on HP-UX. (#4259)dumol2018-05-221-1/+1
* remove cms bindings we don't use (#4131)Paul Kehrer2018-03-051-1/+0
* Expose FIPS funcs for OpenSSL. (#3939)Scott Sturdivant2017-09-271-0/+1
* enable wconversion and finish fixes (#3728)Paul Kehrer2017-06-261-0/+24
* allow global suppression of link flags (#3592)Paul Kehrer2017-05-241-24/+11
* First pass at adding SCT bindings (#3471)Alex Gaynor2017-03-221-0/+1
* support defining which windows libraries to link with an env var (#3356)Paul Kehrer2017-02-091-1/+10
* New osrandom_engine in C (#3229)Christian Heimes2016-12-091-0/+1
* Fix compilation with MinGW (#3191)Saúl Ibarra Corretgé2016-10-101-2/+5
* Add OPENSSL_config binding (#2972) (#2974)Anton2016-07-131-0/+1
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-16/+3
* 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