summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_lib.c
AgeCommit message (Expand)Author
2023-10-04Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_initMatthias St. Pierre
2023-09-07Copyright year updatesMatt Caswell
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-01dh: update to structure based atomicsPauli
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-16Fix DH private key check.Shane Lontis
2021-04-15Do not allow creating empty RSA keys by duplicationTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to dh keysShane Lontis
2021-02-25Fix typo in comment in DH_set0_pqg functionDaniel Bevenius
2021-02-18DH: Make DH_bits(), DH_size(), and DH_security_bits() check that there are ke...Sahana Prasad
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-11-27Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-27DH: stop setting the private key length arbitrarilyRichard Levitte
2020-10-19DH: have DH_set_length() increment the dirty count.Richard Levitte
2020-10-19DH: make the private key length importable / exportableRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-08-11Add dh_kdf support to providerShane Lontis
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-16Add DH keygen to providersShane Lontis
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-09DH: add internal dh_get_method()Richard Levitte
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-16Add FFC param/key validationShane Lontis
2020-02-03Missing "obj_mac" header file in "dh_lib"Davide Galassi
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-23Add DH key exchange to fips providerShane Lontis
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-09Use BN_clear_free in DH_set0_keyBernd Edlinger
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-05-29Update copyright yearMatt Caswell
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre
2017-10-18Remove parentheses of return.KaoruToda
2017-09-26Allow DH_set0_key with only private key.David Benjamin
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli