summaryrefslogtreecommitdiff
path: root/src/_cffi_src/openssl
Commit message (Expand)AuthorAgeFilesLines
* PKCS7SignatureBuilder now supports three serializations (#5497)Paul Kehrer2020-10-241-0/+1
* smime signer support (#5465)Paul Kehrer2020-09-191-0/+1
* add pkcs7/smime bindings (#5458)Paul Kehrer2020-09-131-0/+12
* re-add a few engine bindings for advanced users (#5449)Paul Kehrer2020-09-011-0/+15
* return from void function cannot compile on solaris studio (#5385)stphnlyd2020-08-111-1/+1
* define SYS_getrandom on linux arm64 (#5378)Alex Gaynor2020-08-051-1/+3
* support PKCS7 certificate parsing (#5371)Paul Kehrer2020-08-041-0/+2
* handle unnamed-but-really-named curves in 1.0.2u (#5362)Paul Kehrer2020-07-301-0/+3
* remove some more constants we don't need (#5361)Paul Kehrer2020-07-301-4/+0
* shrink bindings more (#5356)Paul Kehrer2020-07-2710-82/+0
* remove every error we don't use in cryptography or pyopenssl (#5355)Paul Kehrer2020-07-271-108/+7
* more error simplification (#5354)Paul Kehrer2020-07-271-3/+0
* simplify more errors (#5353)Paul Kehrer2020-07-261-14/+0
* start trying to make our error handling a bit more generic (#5352)Paul Kehrer2020-07-261-16/+0
* fixes #5113 - Making some SRTP related symbols conditional on OPENSSL_NO_SRTP...omnigrok2020-07-261-0/+10
* remove 4 OCSP bindings we don't use (#5344)Paul Kehrer2020-07-251-4/+0
* Refs #5113 -- build against openssl with no ct (#5343)Alex Gaynor2020-07-241-2/+7
* fixes #5321 -- deprecate support for OpenSSL 1.0.2 (#5333)Alex Gaynor2020-07-201-0/+1
* Delete several unused bindings (#5331)Alex Gaynor2020-07-203-34/+0
* 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-152-2/+20
* remove NPN bindings -- you should be using ALPN! (#4765)Paul Kehrer2020-07-051-19/+1
* 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 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
* 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