summaryrefslogtreecommitdiffstats
path: root/crypto/kdf/sskdf.c
AgeCommit message (Expand)Author
2019-07-09Replace long dash characters with normal ascii minusBernd Edlinger
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-05-16Added X963KDF APIShane Lontis
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane 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