summaryrefslogtreecommitdiffstats
path: root/crypto/kdf
AgeCommit message (Expand)Author
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
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
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-20Remove --classic build entirelyRichard Levitte
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-03-02Add KDF error codesDr. Stephen Henson
2016-03-02Add string ctrl operations to TLS1 PRF, update documentation.Dr. Stephen Henson
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-19prf redirection build fixesDr. Stephen Henson
2016-01-19Add TLS PRF method.Dr. Stephen Henson