aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
Commit message (Expand)AuthorAgeFilesLines
...
* switch osrandom engine to blocking mode when getting entropy (#4620)Paul Kehrer2018-12-022-15/+3
* reuse the libressl branch for OpenSSL built with OPENSSL_NO_PSK (#4619)Paul Kehrer2018-12-011-1/+1
* Adjust DTLS check (#4593)Rosen Penev2018-11-191-1/+1
* add EVPDigestFinalXOF for extendable output functions (#4589)Paul Kehrer2018-11-131-0/+5
* Ed bindings (#4586)Paul Kehrer2018-11-132-0/+21
* add bindings for early data (#4582)Paul Kehrer2018-11-121-0/+9
* x448 bindings (#4577)Paul Kehrer2018-11-122-0/+16
* add EVP raw key bindings (#4578)Paul Kehrer2018-11-121-0/+18
* Revert O_CLOEXEC change to fix builds (#4570)Alex Gaynor2018-11-111-2/+9
* add various new TLS bindings (#4555)Paul Kehrer2018-11-031-0/+19
* do not pass conversion on Solaris (#4545)Bernát Gábor2018-10-301-1/+1
* add SCT_get0_signature (#4540)Paul Kehrer2018-10-281-0/+3
* add bindings for supporting the issuing distribution point CRL extension (#4532)Paul Kehrer2018-10-271-0/+12
* bind a constant for an error check (#4514)Paul Kehrer2018-10-231-0/+1
* Fixes #4500 -- use O_CLOEXEC when opening the /dev/urandom file descriptor (#...Alex Gaynor2018-10-231-9/+2
* Remove branch for old libressl versions that we don't support any more (#4505)Alex Gaynor2018-10-201-2/+1
* Add definitions that help with hostname checking (#4492)Kai Engert2018-10-102-0/+41
* additional OCSP bindings for the response builder (#4480)Paul Kehrer2018-10-061-3/+5
* add ed25519 bindings (#4476)Paul Kehrer2018-09-263-0/+33
* Remove conditionals for OpenSSL 1.1.1 pre-releases (#4467)Alex Gaynor2018-09-152-8/+3
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-091-0/+2
* Add flags to error on compile with incompatible pointer type (#4455)Paul Kehrer2018-09-054-21/+26
* OCSP bindings (#4449)Paul Kehrer2018-09-012-0/+97
* Simplify OCSP no check serialization (#4444)Alex Gaynor2018-08-311-0/+3
* Fixed two memory leaks in x509 csr extensions (#4434)Alex Gaynor2018-08-311-0/+3
* make an ocsp request (#4402)Paul Kehrer2018-08-301-0/+2
* 1.1.0 locks (#4420)Paul Kehrer2018-08-291-1/+4
* add bindings for SCT creation (#4407)Paul Kehrer2018-08-201-0/+15
* Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...Amaury Forgeot d'Arc2018-07-231-0/+19
* add crl.get_revoked_certificate method (#4331)Paul Kehrer2018-07-161-0/+2
* Make our locking setup function compy with our style guide (#4316)Alex Gaynor2018-07-061-2/+2
* set an OPENSSL_API_COMPAT level (#4313)Paul Kehrer2018-07-061-0/+5
* Revert the const bits of #4220. (#4276)David Benjamin2018-06-291-1/+1
* Exposed OpenSSL prime methods (#4292)Quinten Stokkink2018-06-221-0/+6
* Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)Alex Gaynor2018-06-201-1/+8
* LibreSSL 2.7.x support (#4270)Paul Kehrer2018-05-308-17/+25
* Removes branches in bindings for various OpenSSL 1.1.0 prereleases (#4269)Alex Gaynor2018-05-316-18/+8
* Fixed build errors on HP-UX. (#4259)dumol2018-05-222-2/+2
* Cleanup unused err bindings. (#4246)David Benjamin2018-05-151-106/+0
* Remove ECDSA_sign_setup and *sign_ex bindings. (#4245)David Benjamin2018-05-151-5/+0
* Remove some unused RSA bindings. (#4243)David Benjamin2018-05-141-11/+0
* Remove some unused RAND bindings. (#4239)David Benjamin2018-05-141-4/+0
* Clean up unused EC bindings. (#4225)David Benjamin2018-05-141-79/+0
* Remove unused BIO bindings. (#4220)David Benjamin2018-05-141-107/+3
* Fix some callback type signatures. (#4227)David Benjamin2018-05-121-3/+3
* Remove unused BN bindings. (#4219)David Benjamin2018-05-091-28/+2
* Expose OpenSSL constant time bignum arithmetic (#4200)Tux2018-04-241-0/+14
* Add Session functions, necessary to implement new features in Python 3.6. (#4...Amaury Forgeot d'Arc2018-04-241-0/+14
* add custom extensions functions for openssl >=1.0.2 (#4202)Denis Lila2018-04-211-0/+68
* OpenSSL 1.0.2o has switched to winsock2 (#4184)Thierry Bastian2018-04-052-0/+6