aboutsummaryrefslogtreecommitdiff
path: root/crypto/kdf
AgeCommit message (Expand)AuthorFilesLines
2017-08-21More updates following review feedbackMatt Caswell1-1/+1
2017-08-21Remove OPENSSL_assert() from crypto/kdfMatt Caswell1-1/+2
2017-08-08Fix building without scryptJohannes Bauer1-0/+4
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer3-1/+269
2017-08-03Fix indentationJohannes Bauer1-1/+1
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer2-1/+6
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer3-12/+19
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer3-2/+14
2017-08-03Set error when HKDF used without parametersJohannes Bauer2-1/+4
2017-06-07make error tables const and separate header fileRich Salz1-17/+13
2016-11-09Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell1-0/+15
2016-11-09Update HKDF to support separte Extract and Expand stepsMatt Caswell1-7/+30
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-05-23Remove unused error/function codes.Rich Salz1-6/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 07/10Rich Salz2-99/+11
2016-04-20Remove --classic build entirelyRichard Levitte1-53/+0
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-03GH355: Implement HKDFAlessandro Ghedini3-3/+335
2016-03-02Add KDF error codesDr. Stephen Henson4-6/+107
2016-03-02Add string ctrl operations to TLS1 PRF, update documentation.Dr. Stephen Henson1-1/+26
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-19prf redirection build fixesDr. Stephen Henson1-1/+1
2016-01-19Add TLS PRF method.Dr. Stephen Henson2-0/+340