aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_dh.py
Commit message (Expand)AuthorAgeFilesLines
* Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor2017-10-121-2/+2
* Remove DH generator size constraint (#3364)mtury2017-07-171-1/+1
* allow p % 24 == 23 when generator == 2 in DH_check (#3768)Paul Kehrer2017-07-091-1/+25
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-241-0/+136
* Add DERSerializationBackend to test_dh serialization tests (#3717)Aviv Palivoda2017-06-241-1/+3
* Don't skip DH tests when dhx unsupported and no dhx is required (#3484)Aviv Palivoda2017-05-191-17/+35
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-22/+143
* DH serialization (#3297)Aviv Palivoda2017-02-071-1/+244
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-261-12/+195
* Fix dual license in test_dh.pyJim Shaver2015-05-241-12/+3
* DH numbersAlex Stapleton2015-02-261-0/+113