aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh_extra/dh_test.cc
AgeCommit message (Expand)AuthorFilesLines
2023-08-15Default to q = (p-1)/2 for DH keygenDavid Benjamin1-0/+98
2023-08-14Consistently reject large p and large q in DHDavid Benjamin1-28/+93
2023-08-14Document and test DH_generate_key's weird key reuse behaviorDavid Benjamin1-0/+29
2023-04-28Invalidated cached RSA, DH, and DSA state when changing keysDavid Benjamin1-0/+61
2022-12-09Finish porting dh_test.cc and ripemd_test.cc to GTest.David Benjamin1-177/+66
2022-10-04Make DH opaque.David Benjamin1-19/+14
2021-01-19Add DH_compute_key_padded.David Benjamin1-0/+39
2020-12-14Move DH code into the FIPS module.Adam Langley1-0/+445