crypto/bio/build.info: split the source files in categories
[openssl.git] / crypto / kdf /
2019-11-12 Richard LevitteDeprecate ERR_load_KDF_strings()
2019-11-12 Richard LevitteReinstate the KDF error macros
2019-09-06 PauliCleanse crypto/kdf directory
2019-09-06 PauliKDF/PRF updates to libcrypto
2019-09-06 PauliKDF provider conversion error updates - generated
2019-09-06 PauliMove KDFs to the provider.
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-15 Richard LevitteAdapt diverse code to provider based MACs.
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-09 Bernd EdlingerReplace long dash characters with normal ascii minus
2019-07-08 Shane LontisAdd X9.42 KDF.
2019-06-11 Shane LontisPBKDF2 updates to conform to SP800-132
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-05-24 David MakepeaceCleaned up tls1_prf and added comments.
2019-05-24 David MakepeaceAdded algorithm description comments to HKDF.
2019-05-16 Shane LontisAdded X963KDF API
2019-05-03 Simo SorceChange the digest string from "md" to "digest"
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-04-08 Shane LontisCoverity: hkdf ENV_MD_size() is an int that can be...
2019-03-28 Shane Lontiscoverity fixes for SSKDF + mac_app + kdf test cleanup
2019-03-27 Matt CaswellCorrectly check the return code of EVP_MAC_ctrl everwhe...
2019-03-19 Shane LontisSingle step kdf implementation
2019-02-28 Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-27 Simo SorceImplement SSH KDF
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2018-12-15 Kurt RoeckxConvert tls1_prf_P_hash to use the EVP_MAC interface
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-29 Matt CaswellReset the HKDF state between operations
2018-09-04 Shane Lontishkdf zeroization fix
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Matt CaswellUpdate copyright year
2018-03-29 FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2018-03-20 Matt CaswellUpdate copyright year
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2017-08-21 Matt CaswellMore updates following review feedback
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/kdf
2017-08-08 Johannes BauerFix building without scrypt
2017-08-08 Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-08-03 Johannes BauerFix indentation
2017-08-03 Johannes BauerAdded differentiation between missing secret and missin...
2017-08-03 Johannes BauerChanged use of EVP_PKEY_CTX_md() and more specific...
2017-08-03 Johannes BauerMore error handling to HKDF and one more case in TLS1-PRF
2017-08-03 Johannes BauerSet error when HKDF used without parameters
2017-06-07 Rich Salzmake error tables const and separate header file
2016-11-09 Matt CaswellFollowing the changes to HKDF to accept a mode, add...
2016-11-09 Matt CaswellUpdate HKDF to support separte Extract and Expand steps
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-04-20 Richard LevitteRemove --classic build entirely
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-03 Alessandro GhediniGH355: Implement HKDF
2016-03-02 Dr. Stephen HensonAdd KDF error codes
2016-03-02 Dr. Stephen HensonAdd string ctrl operations to TLS1 PRF, update document...
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-19 Dr. Stephen Hensonprf redirection build fixes
2016-01-19 Dr. Stephen HensonAdd TLS PRF method.