summaryrefslogtreecommitdiff
path: root/src/_cffi_src
Commit message (Expand)AuthorAgeFilesLines
* Add ssl version constants (#5662)Maximilian Hils2020-12-211-0/+7
* add missing verification parameter flags (#5643)Eduard Iskandarov2020-12-131-0/+2
* Update APIs to use non-deprecated OpenSSL ones where possible (#5633)Alex Gaynor2020-12-104-4/+17
* re-add Cryptography_HAS_TLSEXT_HOSTNAME and port 3.3.1 changelog (#5627)Paul Kehrer2020-12-091-0/+6
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-0939-40/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-1/+1
* Add support for RSA signature recovery (#5573)Zoltan Kelemen2020-12-071-0/+3
* Added tls bindings for new OpenSSL APIs (#5595)Alex Gaynor2020-12-011-4/+26
* fixes #4531 -- support encoding SCTs in certificates (#5594)Alex Gaynor2020-11-301-4/+6
* Don't build our custom osrandom engine on libressl (#5593)Alex Gaynor2020-11-291-2/+2
* define OAEP properties for all openssl versions (#5589)Paul Kehrer2020-11-261-7/+3
* garbage collect dead code (#5562)Alex Gaynor2020-11-111-4/+0
* Always rely on OpenSSL's builtin locking callbacks (#5561)Alex Gaynor2020-11-112-139/+1
* Remove some dead constants (#5518)Alex Gaynor2020-10-263-23/+0
* fixes #5513 update comment on why we can't have nice things (#5517)Alex Gaynor2020-10-261-11/+3
* Simplify a number of branches around libressl (#5515)Alex Gaynor2020-10-262-24/+8
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-2516-462/+30
* 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
* 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