summaryrefslogtreecommitdiff
path: root/crypto/dh/dh_kdf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-111-1/+1
* crypto: add additional argument to KDF derive callsPauli2021-02-281-2/+1
* Fix external symbols related to dh keysShane Lontis2021-02-261-7/+8
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-1/+1
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Fix no-cms build errors.Shane Lontis2020-08-191-2/+2
* Add dh_kdf support to providerShane Lontis2020-08-111-29/+45
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* kdf: make function naming consistent.Pauli2020-06-111-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-0/+6
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-2/+2
* Usages of KDFs converted to use the name macrosPauli2019-09-111-1/+1
* Fix users of KDFs to use params not ctlsPauli2019-09-061-11/+21
* Add X9.42 KDF.Shane Lontis2019-07-091-129/+31
* Following the license change, modify the boilerplates in crypto/dh/Richard Levitte2018-12-061-1/+1
* Use "" not <> on e_os.h includeRich Salz2017-08-221-1/+1
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-2/+2
* Copyright consolidation 05/10Rich Salz2016-05-171-48/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-8/+10
* RT3674: Make no-cms build work.David Bar2015-09-031-0/+6
* free null cleanup finaleRich Salz2015-05-011-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-128/+118
* Fix irix-cc build.Andy Polyakov2015-01-071-1/+1
* Add KDF for DH.Dr. Stephen Henson2013-08-051-0/+197