aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh/dh_kdf.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-11kdf: make function naming consistent.Pauli1-3/+3
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli1-0/+6
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli1-2/+2
2019-09-11Usages of KDFs converted to use the name macrosPauli1-1/+1
2019-09-06Fix users of KDFs to use params not ctlsPauli1-11/+21
2019-07-09Add X9.42 KDF.Shane Lontis1-129/+31
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte1-1/+1
2017-08-22Use "" not <> on e_os.h includeRich Salz1-1/+1
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson1-2/+2
2016-05-17Copyright consolidation 05/10Rich Salz1-48/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-2/+2
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-8/+10
2015-09-03RT3674: Make no-cms build work.David Bar1-0/+6
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-128/+118
2015-01-07Fix irix-cc build.Andy Polyakov1-1/+1
2013-08-05Add KDF for DH.Dr. Stephen Henson1-0/+197