summaryrefslogtreecommitdiff
path: root/src/_cffi_src/build_openssl.py
Commit message (Expand)AuthorAgeFilesLines
* Remove HMAC bindings (#8801)Alex Gaynor2023-04-231-1/+0
* remove cffi helper funcs and args that are no longer needed (#8654)Paul Kehrer2023-04-021-64/+1
* Use from __future__ import annotations everywhere (#8643)Alex Gaynor2023-03-311-0/+1
* drop support for openssl < 1.1.1d (#8449)Paul Kehrer2023-03-241-1/+0
* modify the python path in build_openssl.py instead of build.rs (#8528)Paul Kehrer2023-03-151-1/+6
* Ressurect the PoC of OpenSSL from Rust (#7164)Alex Gaynor2023-03-151-1/+16
* Typo fixes (#7942)Alex Gaynor2022-12-281-1/+1
* Try raising OPENSSL_API_COMPAT to 1.1.0 (#6948)Alex Gaynor2022-10-281-1/+0
* Revert "restore some bindings for older pyopenssl temporarily (#7136)" (#7532)Alex Gaynor2022-08-231-1/+0
* remove ext_package so top_level.txt is accurate in wheel metadata (#7511)anthony sottile2022-08-151-1/+1
* restore some bindings for older pyopenssl temporarily (#7136)Paul Kehrer2022-04-271-0/+1
* Remove unused bindings (#6984)Alex Gaynor2022-03-201-1/+0
* Remove link argument handling that's not required on py3 (#6655)Alex Gaynor2021-11-251-6/+1
* Port OCSP Response generation to Rust (#6460)Alex Gaynor2021-10-251-1/+0
* remove low level aes bindings that are no longer necessary (#6399)Paul Kehrer2021-10-101-1/+0
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-291-1/+2
* Remove OpenSSL ct.h usage (#6115)Alex Gaynor2021-06-121-1/+0
* [WIP] 3.0.0 support (#5250)Paul Kehrer2021-04-221-0/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* fixes #5513 update comment on why we can't have nice things (#5517)Alex Gaynor2020-10-261-11/+3
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-11/+9
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-7/+12
* Add support for IBM z/OS (#5304)Steven Pitman2020-07-151-1/+4
* 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