summaryrefslogtreecommitdiffstats
path: root/crypto/kdf/tls1_prf.c
AgeCommit message (Expand)Author
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-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
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-04-03Set error code on alloc failuresRich Salz
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-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
2016-05-17Copyright consolidation 07/10Rich Salz
2016-03-02Add KDF error codesDr. Stephen Henson
2016-03-02Add string ctrl operations to TLS1 PRF, update documentation.Dr. Stephen Henson
2016-01-19prf redirection build fixesDr. Stephen Henson
2016-01-19Add TLS PRF method.Dr. Stephen Henson