summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_kdf.c
AgeCommit message (Expand)Author
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-08-19Fix no-cms build errors.Shane Lontis
2020-08-11Add dh_kdf support to providerShane Lontis
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-06-11kdf: make function naming consistent.Pauli
2020-04-23Update copyright yearMatt Caswell
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli
2019-09-11Usages of KDFs converted to use the name macrosPauli
2019-09-06Fix users of KDFs to use params not ctlsPauli
2019-07-09Add X9.42 KDF.Shane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte
2017-08-22Use "" not <> on e_os.h includeRich Salz
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-05-17Copyright consolidation 05/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-09-03RT3674: Make no-cms build work.David Bar
2015-05-01free null cleanup finaleRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-07Fix irix-cc build.Andy Polyakov
2013-08-05Add KDF for DH.Dr. Stephen Henson