summaryrefslogtreecommitdiff
path: root/crypto/kdf
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ERR_load_KDF_strings()Richard Levitte2019-11-121-50/+0
* Reinstate the KDF error macrosRichard Levitte2019-11-122-0/+71
* Cleanse crypto/kdf directoryPauli2019-09-062-70/+0
* KDF/PRF updates to libcryptoPauli2019-09-063-97/+1
* KDF provider conversion error updates - generatedPauli2019-09-061-0/+4
* Move KDFs to the provider.Pauli2019-09-067-2902/+0
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-042-4/+2
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-242-3/+3
* Use macros internally for algorithm namesRichard Levitte2019-08-192-5/+5
* Adapt diverse code to provider based MACs.Richard Levitte2019-08-152-45/+93
* Regenerate mkerr filesRich Salz2019-07-161-66/+1
* Replace long dash characters with normal ascii minusBernd Edlinger2019-07-091-1/+1
* Add X9.42 KDF.Shane Lontis2019-07-093-1/+419
* PBKDF2 updates to conform to SP800-132Shane Lontis2019-06-112-18/+84
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-062-10/+19
* Cleaned up tls1_prf and added comments.David Makepeace2019-05-241-35/+117
* Added algorithm description comments to HKDF.David Makepeace2019-05-241-6/+99
* Added X963KDF APIShane Lontis2019-05-162-2/+43
* Change the digest string from "md" to "digest"Simo Sorce2019-05-031-0/+3
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-036-6/+6
* Coverity: hkdf ENV_MD_size() is an int that can be negativeShane Lontis2019-04-091-7/+27
* coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis2019-03-281-2/+5
* Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell2019-03-271-4/+4
* Single step kdf implementationShane Lontis2019-03-193-1/+491
* The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte2019-02-282-0/+2
* Implement SSH KDFSimo Sorce2019-02-273-1/+297
* Added new EVP/KDF API.David Makepeace2019-02-138-389/+983
* Convert tls1_prf_P_hash to use the EVP_MAC interfaceKurt Roeckx2018-12-151-23/+23
* Following the license change, modify the boilerplates in crypto/kdf/Richard Levitte2018-12-064-4/+4
* Reset the HKDF state between operationsMatt Caswell2018-10-291-1/+13
* hkdf zeroization fixShane Lontis2018-09-051-4/+4
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-033-6/+12
* Update copyright yearMatt Caswell2018-04-031-1/+1
* EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY2018-03-292-3/+10
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-1/+1
* Add support for setting raw private HMAC keysMatt Caswell2018-03-151-1/+1
* More updates following review feedbackMatt Caswell2017-08-211-1/+1
* Remove OPENSSL_assert() from crypto/kdfMatt Caswell2017-08-211-1/+2
* Fix building without scryptJohannes Bauer2017-08-081-0/+4
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-083-1/+269
* Fix indentationJohannes Bauer2017-08-031-1/+1
* Added differentiation between missing secret and missing seedJohannes Bauer2017-08-032-1/+6
* Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer2017-08-033-12/+19
* More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer2017-08-033-2/+14
* Set error when HKDF used without parametersJohannes Bauer2017-08-032-1/+4
* make error tables const and separate header fileRich Salz2017-06-071-17/+13
* Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell2016-11-091-0/+15
* Update HKDF to support separte Extract and Expand stepsMatt Caswell2016-11-091-7/+30