aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/kdf
Commit message (Expand)AuthorAgeFilesLines
* Coverity: hkdf ENV_MD_size() is an int that can be negativeShane Lontis2019-04-091-7/+27
* coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis2019-03-281-2/+5
* Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell2019-03-271-4/+4
* Single step kdf implementationShane Lontis2019-03-193-1/+491
* The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte2019-02-282-0/+2
* Implement SSH KDFSimo Sorce2019-02-273-1/+297
* Added new EVP/KDF API.David Makepeace2019-02-138-389/+983
* Convert tls1_prf_P_hash to use the EVP_MAC interfaceKurt Roeckx2018-12-151-23/+23
* Following the license change, modify the boilerplates in crypto/kdf/Richard Levitte2018-12-064-4/+4
* Reset the HKDF state between operationsMatt Caswell2018-10-291-1/+13
* hkdf zeroization fixShane Lontis2018-09-051-4/+4
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-033-6/+12
* Update copyright yearMatt Caswell2018-04-031-1/+1
* EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY2018-03-292-3/+10
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-1/+1
* Add support for setting raw private HMAC keysMatt Caswell2018-03-151-1/+1
* More updates following review feedbackMatt Caswell2017-08-211-1/+1
* Remove OPENSSL_assert() from crypto/kdfMatt Caswell2017-08-211-1/+2
* Fix building without scryptJohannes Bauer2017-08-081-0/+4
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-083-1/+269
* Fix indentationJohannes Bauer2017-08-031-1/+1
* Added differentiation between missing secret and missing seedJohannes Bauer2017-08-032-1/+6
* Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer2017-08-033-12/+19
* 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