aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/dh.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup serialize (#5149)Marko Kreen2020-05-251-0/+1
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-2/+2
* use the correct modern API (#3984)Alex Gaynor2017-10-171-1/+1
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-241-0/+22
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-261-5/+5
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-16/+61
* DH serialization (#3297)Aviv Palivoda2017-02-071-4/+35
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-261-0/+182