summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_dh.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-241-1/+4
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-101-0/+22
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-1/+1
* Handle error generating DH params with very very large key size (#7666)Alex Gaynor2022-10-011-0/+4
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-4/+4
* Run tests/primitives/test_{dh,serialization}.py on BoringSSL (#6589)Alex Gaynor2021-11-121-0/+16
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-291-0/+2
* [WIP] 3.0.0 support (#5250)Paul Kehrer2021-04-221-1/+23
* switch to using EVP_PKEY_derive instead of DH_compute_key in DH (#5972)Paul Kehrer2021-04-141-9/+10
* more typing (#5887)Paul Kehrer2021-03-021-8/+13
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-15/+0
* DH types (#5725)Paul Kehrer2021-01-311-6/+6
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-1/+3
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-311-10/+6
* we already do this check in other places (#5624)Paul Kehrer2020-12-091-5/+1
* Remove utils.int_from_bytes (#5609)Alex Gaynor2020-12-091-6/+5
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Fixed DH tests for latest CentOS FIPS OpenSSL (#5604)Alex Gaynor2020-12-081-0/+12
* disallow p less than 512-bit on DH (#5592)Paul Kehrer2020-11-291-26/+58
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-261-2/+4
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-225/+215
* test FIPS mode on centos8 (#5323)Paul Kehrer2020-07-201-0/+13
* refactor DH a bit to generate less parameters (#5326)Paul Kehrer2020-07-191-25/+22
* update our test to be more robust wrt some changes from upstream (#4993)Paul Kehrer2019-09-111-2/+9
* add support for encoding compressed points (#4638)Paul Kehrer2019-01-201-5/+18
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-131-0/+31
* 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