summaryrefslogtreecommitdiffstats
path: root/crypto/kdf
AgeCommit message (Expand)Author
2019-11-12Deprecate ERR_load_KDF_strings()Richard Levitte
2019-11-12Reinstate the KDF error macrosRichard Levitte
2019-09-06Cleanse crypto/kdf directoryPauli
2019-09-06KDF/PRF updates to libcryptoPauli
2019-09-06KDF provider conversion error updates - generatedPauli
2019-09-06Move KDFs to the provider.Pauli
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte
2019-08-19Use macros internally for algorithm namesRichard Levitte
2019-08-15Adapt diverse code to provider based MACs.Richard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-07-09Replace long dash characters with normal ascii minusBernd Edlinger
2019-07-09Add X9.42 KDF.Shane Lontis
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-05-24Cleaned up tls1_prf and added comments.David Makepeace
2019-05-24Added algorithm description comments to HKDF.David Makepeace
2019-05-16Added X963KDF APIShane Lontis
2019-05-03Change the digest string from "md" to "digest"Simo Sorce
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-04-09Coverity: hkdf ENV_MD_size() is an int that can be negativeShane Lontis
2019-03-28coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis
2019-03-27Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell
2019-03-19Single step kdf implementationShane Lontis
2019-02-28The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte
2019-02-27Implement SSH KDFSimo Sorce
2019-02-13Added new EVP/KDF API.David Makepeace
2018-12-15Convert tls1_prf_P_hash to use the EVP_MAC interfaceKurt Roeckx
2018-12-06Following the license change, modify the boilerplates in crypto/kdf/Richard Levitte
2018-10-29Reset the HKDF state between operationsMatt Caswell
2018-09-05hkdf zeroization fixShane Lontis
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2018-04-03Update copyright yearMatt Caswell
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY
2018-03-20Update copyright yearMatt Caswell
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2017-08-21More updates following review feedbackMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/kdfMatt Caswell
2017-08-08Fix building without scryptJohannes Bauer
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-03Fix indentationJohannes Bauer
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer
2017-08-03Set error when HKDF used without parametersJohannes Bauer
2017-06-07make error tables const and separate header fileRich Salz
2016-11-09Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell
2016-11-09Update HKDF to support separte Extract and Expand stepsMatt Caswell