aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecdh_kdf.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* 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 ec & sm2 keysShane Lontis2021-02-261-6/+7
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Add evp_test fixes.Shane Lontis2020-08-071-3/+4
* 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
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-2/+1
* Deprecate the ECDH functions.Pauli2020-02-041-0/+6
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Usages of KDFs converted to use the name macrosPauli2019-09-111-1/+1
* Fix users of KDFs to use params not ctlsPauli2019-09-061-9/+19
* Added X963KDF APIShane Lontis2019-05-161-49/+15
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Deprecate ECDH_KDF_X9_62()Antoine Salon2018-10-171-0/+2
* EVP module documentation passAntoine Salon2018-10-171-3/+16
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-1/+2
* Copyright consolidation 06/10Rich Salz2016-05-171-48/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move ECDH_KDF_X9_62 to crypto/ecDr. Stephen Henson2015-12-091-0/+111