aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh/dh_lib.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell1-2/+2
2020-05-26Update core_names.h fields and document most fields.Shane Lontis1-3/+3
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-15/+15
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis1-3/+7
2020-04-16Add DH keygen to providersShane Lontis1-2/+215
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-1/+1
2020-03-09DH: add internal dh_get_method()Richard Levitte1-0/+5
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis1-5/+10
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli1-0/+6
2020-02-16Add FFC param/key validationShane Lontis1-7/+20
2020-02-03Missing "obj_mac" header file in "dh_lib"Davide Galassi1-4/+4
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis1-0/+6
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis1-36/+20
2020-01-23Add DH key exchange to fips providerShane Lontis1-7/+10
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte1-0/+6
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-09Use BN_clear_free in DH_set0_keyBernd Edlinger1-2/+2
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte1-0/+2
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte1-1/+1
2018-09-05Harmonize the error handling codepathNicola Tuveri1-3/+5
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre1-0/+25
2017-10-18Remove parentheses of return.KaoruToda1-3/+3
2017-09-26Allow DH_set0_key with only private key.David Benjamin1-7/+0
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+1
2017-04-07Make default_method mostly compile-timeRich Salz1-14/+0
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx1-2/+2
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell1-2/+2
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte1-12/+7
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY1-0/+1
2016-05-17Copyright consolidation 05/10Rich Salz1-54/+6
2016-04-28Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY1-17/+14
2016-04-27Fix set0 reuse testViktor Dukhovni1-1/+1
2016-04-27RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte1-14/+37
2016-04-09Make DH opaqueMatt Caswell1-1/+84
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini1-5/+20
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-9/+5
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-18/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-09-03remove 0 assignments.Rich Salz1-14/+1
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx1-0/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-30free NULL cleanup 7Rich Salz1-14/+7