aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl/_conditional.py
Commit message (Expand)AuthorAgeFilesLines
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still supported)...Alex Gaynor2020-04-251-15/+0
* add SSL_CTX_(get|set)_keylog_callback (#5187)Maximilian Hils2020-04-111-0/+8
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-76/+2
* add SSL_CTX_get0_param (#5070)Maximilian Hils2019-11-221-0/+1
* it's called FIPS_mode_set, not FIPS_set_mode (#4988)Paul Kehrer2019-09-091-1/+1
* Add SSL_get0_verified_chain to cffi lib (#4965)arjenzorgdoc2019-08-141-0/+7
* add poly1305 NID/EVP, and EVP_DigestSign{Update,Final} for incremental (#4799)Paul Kehrer2019-03-071-0/+8
* remove unused locking functions (#4780)Paul Kehrer2019-02-261-5/+0
* Polish off removal of unused engine bindings (#4769)Alex Gaynor2019-02-251-3/+0
* reduce our engine bindings even more (#4768)Paul Kehrer2019-02-251-23/+0
* support NO_ENGINE (#4763)Paul Kehrer2019-02-251-0/+42
* bind EVP_R_MEMORY_LIMIT_EXCEEDED and update a test (#4726)Paul Kehrer2019-01-211-0/+9
* add EVPDigestFinalXOF for extendable output functions (#4589)Paul Kehrer2018-11-131-0/+9
* Ed bindings (#4586)Paul Kehrer2018-11-131-0/+9
* add bindings for early data (#4582)Paul Kehrer2018-11-121-0/+4
* x448 bindings (#4577)Paul Kehrer2018-11-121-0/+8
* add EVP raw key bindings (#4578)Paul Kehrer2018-11-121-0/+10
* add various new TLS bindings (#4555)Paul Kehrer2018-11-031-0/+12
* add SCT_get0_signature (#4540)Paul Kehrer2018-10-281-0/+1
* Add definitions that help with hostname checking (#4492)Kai Engert2018-10-101-0/+15
* add ed25519 bindings (#4476)Paul Kehrer2018-09-261-0/+17
* 1.1.0 locks (#4420)Paul Kehrer2018-08-291-0/+1
* add bindings for SCT creation (#4407)Paul Kehrer2018-08-201-0/+7
* Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...Amaury Forgeot d'Arc2018-07-231-0/+11
* Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)Alex Gaynor2018-06-201-0/+7
* Clean up unused EC bindings. (#4225)David Benjamin2018-05-141-4/+0
* add custom extensions functions for openssl >=1.0.2 (#4202)Denis Lila2018-04-211-0/+9
* remove cms bindings we don't use (#4131)Paul Kehrer2018-03-051-35/+0
* Add bindings for DTLS support (#4089)gesslerpd2018-01-231-0/+2
* Add bindings for PSK (#4084)gesslerpd2018-01-181-0/+9
* Add bindings for SSL_OP_NO_DTLS* (#4079)gesslerpd2018-01-161-0/+2
* just a quick confirmation that it really is an x25519 evp key (#4070)Paul Kehrer2018-01-051-0/+1
* Fixed #4006 -- bind functions for dealing with sigalgs (#4063)Alex Gaynor2017-12-261-0/+8
* Expose FIPS funcs for OpenSSL. (#3939)Scott Sturdivant2017-09-271-0/+8
* add set0_rsa_oaep_label binding (#3894)Paul Kehrer2017-09-071-0/+7
* remove egd (#3771)Paul Kehrer2017-07-081-9/+0
* remove cryptodev (#3770)Paul Kehrer2017-07-081-7/+0
* Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we real...Alex Gaynor2017-07-081-63/+183
* Remove conditionals we never use. (#3766)Alex Gaynor2017-07-081-4/+0
* bind DTLS 1.2 methods (#3725)Paul Kehrer2017-06-261-0/+5
* bind even more evp (#3684)Paul Kehrer2017-06-061-1/+2
* bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)Paul Kehrer2017-06-051-0/+3
* add the x25519 NID (#3560)Paul Kehrer2017-05-201-0/+3
* Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)Aviv Palivoda2017-05-191-0/+3
* Added a binding that will be useful for AIA chasing (#3546)Alex Gaynor2017-05-181-0/+4
* Delete dead code and update a comment (#3529)Alex Gaynor2017-04-301-3/+3
* Additional SCT bindings (#3510)Alex Gaynor2017-04-211-0/+2
* Two additional bindings for CT (#3478)Alex Gaynor2017-03-231-0/+2
* First pass at adding SCT bindings (#3471)Alex Gaynor2017-03-221-0/+6
* Remove workaround for weird NetBSD bug (#3458)Alex Gaynor2017-03-171-4/+0