summaryrefslogtreecommitdiff
path: root/src/_cffi_src
Commit message (Expand)AuthorAgeFilesLines
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-203-25/+39
* test FIPS mode on centos8 (#5323)Paul Kehrer2020-07-201-0/+1
* disable the osrandom engine on 1.1.1d+ (#5317)Paul Kehrer2020-07-192-3/+13
* support encoding attributes via CertificateSigningRequestBuilder (#5315)Paul Kehrer2020-07-181-2/+2
* fix indexing on X509 request attribute value (#5312)Paul Kehrer2020-07-181-0/+1
* Avoid passing the wrong size to strncpy - simply use strcpy (#5311)Alex Gaynor2020-07-181-1/+1
* Add support for IBM z/OS (#5304)Steven Pitman2020-07-153-3/+24
* remove NPN bindings -- you should be using ALPN! (#4765)Paul Kehrer2020-07-051-19/+1
* Remove dead constant time code (#5239)Alex Gaynor2020-04-263-55/+0
* Added wycheproof RSA PKCSv1 encryption tests (#5234)Alex Gaynor2020-04-261-0/+1
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported)...Alex Gaynor2020-04-252-22/+0
* add SSL_CTX_(get|set)_keylog_callback (#5187)Maximilian Hils2020-04-111-0/+18
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-046-177/+13
* 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 SSL_get_verify_result (#5071)Maximilian Hils2019-11-231-0/+1
* add SSL_CTX_get0_param (#5070)Maximilian Hils2019-11-221-0/+2
* add SSL[_CTX]_clear_mode (#5062)Maximilian Hils2019-11-111-0/+2
* Fixed #5050 -- dropped support for an old LibresSSL release (#5056)Alex Gaynor2019-11-118-14/+11
* Add a comment so we can easily find a place to update later (#5043)Alex Gaynor2019-11-011-0/+1
* Silence unguarded availability warnings for `getentropy` when targeting macOS...Max Bélanger2019-10-241-1/+5
* Test against libressl 3.0 (#5031)Alex Gaynor2019-10-201-2/+2
* update openssls (#4995)Paul Kehrer2019-10-151-0/+2
* Add SSL_get0_verified_chain to cffi lib (#4965)arjenzorgdoc2019-08-141-0/+9
* fix osrandom/builtin switching methods for 1.1.0+ (#4955)Paul Kehrer2019-07-271-3/+3
* add bindings to parse and create challenge passwords in X509 CSRs (#4943)Paul Kehrer2019-07-092-1/+11
* Switch to new notBefore/After APIs (#4914)Rosen Penev2019-06-071-0/+9
* add BIO_free_all (#4874)Dominic Chen2019-05-061-0/+1
* Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)Charlie Li2019-04-232-3/+9
* fix a memory leak in AIA parsing (#4836)Paul Kehrer2019-04-111-0/+3
* Added BN_is_negative -- refs #4830 (#4831)Alex Gaynor2019-04-051-0/+1
* Try to use getrandom even in manylinux1 wheels (#4816)Alex Gaynor2019-03-191-0/+12
* add poly1305 NID/EVP, and EVP_DigestSign{Update,Final} for incremental (#4799)Paul Kehrer2019-03-072-0/+17
* ed25519 support (#4114)Paul Kehrer2019-02-261-0/+3
* remove unused x509 bindings (#4776)Paul Kehrer2019-02-261-87/+1
* remove unused locking functions (#4780)Paul Kehrer2019-02-261-24/+2
* remove unused DH bindings (#4779)Paul Kehrer2019-02-261-7/+0
* remove unused PEM bindings (#4778)Paul Kehrer2019-02-261-10/+0
* how about we have less NIDs (#4777)Paul Kehrer2019-02-261-204/+0
* strip out unused EVP functions (#4775)Paul Kehrer2019-02-261-51/+0
* Remove unused constant binding from ecdh.py (#4774)Alex Gaynor2019-02-261-3/+0
* Remove unused constant from ec.py bindings (#4773)Alex Gaynor2019-02-261-3/+0
* Remove unused bindings from aes.py (#4772)Alex Gaynor2019-02-261-7/+1
* Removed unused constant from bindings (#4771)Alex Gaynor2019-02-261-2/+0
* Polish off removal of unused engine bindings (#4769)Alex Gaynor2019-02-251-12/+0
* reduce our engine bindings even more (#4768)Paul Kehrer2019-02-253-78/+18
* support NO_ENGINE (#4763)Paul Kehrer2019-02-252-1/+68
* Remove a bunch of unused engine bindings (#4766)Alex Gaynor2019-02-251-61/+0
* encode the package version in the shared object (#4756)Paul Kehrer2019-02-201-0/+13
* Run wycheproof RSA tests on LibreSSL>=2.8 (#4737)Alex Gaynor2019-01-241-1/+10