aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/dh.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #5050 -- dropped support for an old LibresSSL release (#5056)Alex Gaynor2019-11-111-1/+1
* remove unused DH bindings (#4779)Paul Kehrer2019-02-261-7/+0
* LibreSSL 2.7.x support (#4270)Paul Kehrer2018-05-301-1/+1
* Removes branches in bindings for various OpenSSL 1.1.0 prereleases (#4269)Alex Gaynor2018-05-311-2/+2
* allow p % 24 == 23 when generator == 2 in DH_check (#3768)Paul Kehrer2017-07-091-0/+2
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)Aviv Palivoda2017-05-191-0/+16
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-2/+2
* Backport DH_check from OpenSSL 1.1.0. (#3375)Mark Williams2017-02-031-1/+114
* Add d2i_DHparams_bio, i2d_DHparams_bio bindings (#3322)Aviv Palivoda2016-12-181-0/+2
* Add DHparams_dup to DH bindings (#3260)Aviv Palivoda2016-11-191-0/+1
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-1/+1
* update DH opaque getters/setters to latest code from openssl 1.1.0 master (#3...Paul Kehrer2016-06-271-14/+10
* Added function to access and alter opaque DH struct (#2976)Aviv Palivoda2016-06-201-0/+82
* opaque the DH struct (#2884)Paul Kehrer2016-04-301-14/+1
* DH_generate_parameters was deprecated in 0.9.8 and we don't use itPaul Kehrer2016-03-091-1/+0
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+52