aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
Commit message (Expand)AuthorAgeFilesLines
* 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
* add X509_NAME_print_ex (#4174)Joshua Crowgey2018-04-041-0/+1
* add X509_CRL_dup function (#4127)Dominic Chen2018-03-051-0/+1
* remove cms bindings we don't use (#4131)Paul Kehrer2018-03-052-114/+0
* Remove unused bindings from asn1.py (#4082)David Benjamin2018-03-052-66/+1
* Expose BN_rand and BN_rand_range (#4118)Tux2018-02-231-0/+3
* Add binding for SSL_get_certificate (#4100)Jeremy Lainé2018-02-061-0/+1
* Add bindings for SRTP support (#4099)Jeremy Lainé2018-02-061-0/+3
* Add bindings for DTLS support (#4089)gesslerpd2018-01-232-0/+28
* Add bindings for PSK (#4084)gesslerpd2018-01-181-1/+44
* Add bindings for SSL_OP_NO_DTLS* (#4079)gesslerpd2018-01-161-0/+4
* Use the real X509_REVOKED_dup when available. (#4080)David Benjamin2018-01-121-0/+4
* Expose `BN_clear_free` in the OpenSSL backend (#4071)Tux2018-01-051-0/+1
* just a quick confirmation that it really is an x25519 evp key (#4070)Paul Kehrer2018-01-051-0/+9
* Fixed #4006 -- bind functions for dealing with sigalgs (#4063)Alex Gaynor2017-12-261-0/+15
* Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)Alex Gaynor2017-12-181-1/+0
* add X509_up_ref (#4028)Paul Kehrer2017-11-281-0/+5
* Expose FIPS funcs for OpenSSL. (#3939)Scott Sturdivant2017-09-272-0/+29
* add set0_rsa_oaep_label binding (#3894)Paul Kehrer2017-09-071-0/+10
* add OCSP binding for obtaining information from CertID structure (#3888)Paul Kehrer2017-09-061-0/+2
* added binding support for rfc 5705 (#3878)Kelby Ludwig2017-08-291-0/+2
* Remove branches for 1.0.2 betas. (#3870)Alex Gaynor2017-08-203-8/+6
* Fix weak linking of getentropy when compiling on older macOS (#3841)Paul Kehrer2017-08-031-0/+3
* fix compilation on openbsd (#3814)Paul Kehrer2017-07-261-0/+2
* allow p % 24 == 23 when generator == 2 in DH_check (#3768)Paul Kehrer2017-07-091-0/+2
* remove egd (#3771)Paul Kehrer2017-07-081-11/+0
* remove cryptodev (#3770)Paul Kehrer2017-07-081-10/+0
* Remove conditionals we never use. (#3766)Alex Gaynor2017-07-081-6/+0
* Funcs macros gone (#3695)Paul Kehrer2017-06-2736-118/+2
* enable wconversion and finish fixes (#3728)Paul Kehrer2017-06-264-5/+29
* bind DTLS 1.2 methods (#3725)Paul Kehrer2017-06-261-0/+15
* some wconversion fixes (#3727)Paul Kehrer2017-06-263-7/+8
* pypy3 compilation fix for locking callback (#3716)Paul Kehrer2017-06-241-20/+60
* bind even more evp (#3684)Paul Kehrer2017-06-061-3/+8
* bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)Paul Kehrer2017-06-051-0/+11
* add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681)Paul Kehrer2017-06-051-0/+6
* bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)Paul Kehrer2017-06-041-3/+14
* runtime detection of getentropy for macOS via weak-linking (#3650)Paul Kehrer2017-05-302-22/+55
* move files to make the next PR easier to read (#3651)Paul Kehrer2017-05-301-43/+43
* Remove a binding that hasn't been used for a while (#3643)Alex Gaynor2017-05-301-7/+0
* jurisdictionCountryName also must be PrintableString (#3516)Alex Gaynor2017-05-251-1/+6
* fix compilation on 1.1.0f (#3603)Paul Kehrer2017-05-251-2/+4
* allow global suppression of link flags (#3592)Paul Kehrer2017-05-241-24/+11
* add the x25519 NID (#3560)Paul Kehrer2017-05-201-0/+9
* More accurate LibreSSL detection (#3530)Moriyoshi Koizumi2017-05-201-0/+8