summaryrefslogtreecommitdiff
path: root/src/cryptography/hazmat/bindings
Commit message (Expand)AuthorAgeFilesLines
* Remove unused X509 verification flags bindings (#5868)David Benjamin2021-02-261-15/+0
* type updates from turning on unchecked-defs on tests (#5720)Paul Kehrer2021-01-311-1/+1
* Introduce the most very basic mypy type checking (#5706)Alex Gaynor2021-01-281-1/+2
* Add ssl version constants (#5662)Maximilian Hils2020-12-211-0/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-094-7/+0
* Added tls bindings for new OpenSSL APIs (#5595)Alex Gaynor2020-12-011-0/+10
* fixes #4531 -- support encoding SCTs in certificates (#5594)Alex Gaynor2020-11-301-2/+3
* in OpenSSL 1.1.0+ error strings are automatically loaded (#5587)Paul Kehrer2020-11-261-2/+0
* Always rely on OpenSSL's builtin locking callbacks (#5561)Alex Gaynor2020-11-112-29/+1
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-252-54/+0
* be more verbose in the 102 deprecation notice (#5505)Paul Kehrer2020-10-251-2/+5
* re-add a few engine bindings for advanced users (#5449)Paul Kehrer2020-09-011-0/+4
* Break users on OpenSSL 1.0.2 (#5438)Alex Gaynor2020-08-281-6/+14
* Improve debugability of this internal error (#5399)Alex Gaynor2020-08-151-2/+4
* Commit to dropping OpenSSL 1.0.2 (#5363)Alex Gaynor2020-07-301-1/+1
* shrink bindings more (#5356)Paul Kehrer2020-07-271-9/+0
* simplify more errors (#5353)Paul Kehrer2020-07-261-7/+0
* start trying to make our error handling a bit more generic (#5352)Paul Kehrer2020-07-262-21/+21
* fixes #5113 - Making some SRTP related symbols conditional on OPENSSL_NO_SRTP...omnigrok2020-07-261-0/+9
* fixes #5321 -- deprecate support for OpenSSL 1.0.2 (#5333)Alex Gaynor2020-07-201-0/+16
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-202-15/+14
* disable the osrandom engine on 1.1.1d+ (#5317)Paul Kehrer2020-07-191-1/+1
* 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-042-100/+2
* add SSL_CTX_get0_param (#5070)Maximilian Hils2019-11-221-0/+1
* Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)Alex Gaynor2019-10-181-6/+14
* 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
* Refs #4923; deprecate OpenSSL 1.0.1 (#4924)Alex Gaynor2019-06-151-1/+1
* 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-252-2/+45
* why did we have these variables (#4764)Paul Kehrer2019-02-241-2/+0
* encode the package version in the shared object (#4756)Paul Kehrer2019-02-201-0/+24
* 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
* Use our cryptography-specific warning class (#4493)Alex Gaynor2018-10-101-1/+1
* add ed25519 bindings (#4476)Paul Kehrer2018-09-261-0/+17
* Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)Alex Gaynor2018-08-311-0/+16
* 1.1.0 locks (#4420)Paul Kehrer2018-08-292-1/+3