aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/kdf
Commit message (Expand)AuthorAgeFilesLines
* More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer2017-08-033-2/+14
* Set error when HKDF used without parametersJohannes Bauer2017-08-032-1/+4
* make error tables const and separate header fileRich Salz2017-06-071-17/+13
* Following the changes to HKDF to accept a mode, add some tests for thisMatt Caswell2016-11-091-0/+15
* Update HKDF to support separte Extract and Expand stepsMatt Caswell2016-11-091-7/+30
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Remove unused error/function codes.Rich Salz2016-05-231-6/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 07/10Rich Salz2016-05-172-99/+11
* Remove --classic build entirelyRichard Levitte2016-04-201-53/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* GH355: Implement HKDFAlessandro Ghedini2016-03-033-3/+335
* Add KDF error codesDr. Stephen Henson2016-03-024-6/+107
* Add string ctrl operations to TLS1 PRF, update documentation.Dr. Stephen Henson2016-03-021-1/+26
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+3
* Templatize util/domdRich Salz2016-01-291-2/+1
* prf redirection build fixesDr. Stephen Henson2016-01-191-1/+1
* Add TLS PRF method.Dr. Stephen Henson2016-01-192-0/+340