summaryrefslogtreecommitdiff
path: root/src/_cffi_src
Commit message (Expand)AuthorAgeFilesLines
...
* Port InvalidityDate and KeyUsage serialization to Rust (#6397)Alex Gaynor2021-10-101-2/+0
* Port EKU, PC, and CRL reason extensions to Rust (#6388)Alex Gaynor2021-10-072-10/+0
* Convert a few more simple extensions to Rust encoding (#6376)Alex Gaynor2021-10-051-3/+0
* Migrate nonce and basic constraint extensions to Rust (#6375)Alex Gaynor2021-10-051-9/+0
* order defines consistently (#6361)Alex Gaynor2021-10-031-3/+3
* Support LibreSSL 3.4.0 (#6360)Charlie Li2021-10-033-6/+15
* remove unused bindings (#6357)Alex Gaynor2021-10-031-7/+0
* remove unused bindings (#6358)Alex Gaynor2021-10-031-14/+1
* remove unneeded bindings (#6324)Paul Kehrer2021-09-283-63/+0
* remove unused rand bindings (#6309)Alex Gaynor2021-09-271-5/+0
* remove unused bindings from x509name (#6310)Alex Gaynor2021-09-271-11/+0
* Remove unused OCSP bindings (#6306)Alex Gaynor2021-09-261-112/+0
* cffi: check openssl version is less than 1.1.0 (#6266)match man2021-09-131-0/+4
* add PKCS7_get0_signers(), X509_STORE_set_purpose(), and X509_PURPOSE_* (#6187)Mathias Panzenböck2021-08-292-0/+22
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-292-1/+14
* remove unneeded binding (#6150)Paul Kehrer2021-06-301-1/+0
* Expose a few more OpenSSL functions that are useful for DTLS support (#6138)Nathaniel J. Smith2021-06-302-0/+45
* Remove unused gf2m bindings (#6144)Alex Gaynor2021-06-261-14/+0
* Remove OpenSSL ct.h usage (#6115)Alex Gaynor2021-06-122-118/+0
* Added handling for OpenSSL "xts duplicated keys" error. (#6085)Angus Gratton2021-06-093-0/+10
* Burn down now unused OCSP request bindings (#6078)Alex Gaynor2021-05-311-6/+0
* Port OCSP Request extension parsing to Rust (#6005)Alex Gaynor2021-04-241-0/+20
* [WIP] 3.0.0 support (#5250)Paul Kehrer2021-04-225-1/+51
* Fix build with LibreSSL 3.3.2 (#5988)Charlie Li2021-04-192-0/+9
* switch to evp_pkey_derive for ECDH (#5973)Paul Kehrer2021-04-142-4/+0
* switch to using EVP_PKEY_derive instead of DH_compute_key in DH (#5972)Paul Kehrer2021-04-141-1/+0
* Remove unused X509 verification flags bindings (#5868)David Benjamin2021-02-261-25/+0
* Convert unpadding code to Rust (#5668)Alex Gaynor2021-02-213-97/+0
* 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