summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_group_params.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix DH/DHX named groups to not overwrite the private key length.Shane Lontis2021-06-141-2/+0
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dh keysShane Lontis2021-02-261-4/+4
* Add EVP_PKEY_public_check_quick.Shane Lontis2021-02-221-0/+11
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-161-143/+19
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-8/+8
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-3/+3
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-96/+41
* Add DH keygen to providersShane Lontis2020-04-151-46/+139
* Add DSA keygen to providerShane Lontis2020-04-151-2/+26
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-061-68/+74
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-0/+6
* Add FFC param/key validationShane Lontis2020-02-161-15/+26
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-301-0/+129