]> git.ipfire.org Git - thirdparty/openssl.git/history - test/evp_kdf_test.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / test / evp_kdf_test.c
2021-10-28  x2018fix some code with obvious wrong coding style
2021-09-15  Tomas Mrazproviders: Do not use global EVP_CIPHERs and EVP_MDs
2021-07-06  Shane LontisAdd HKDF negative tests
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-28  Shane LontisFix intermittent CI failure in evp_kdf_test for non_cac...
2021-05-24  Jon SpillettAdd PBKDF1 to the legacy provider
2021-05-22  Richard LevitteInclude "internal/numbers.h" in test programs using...
2021-04-23  Paulitest: fix test_evp_kdf when DES is disabled.
2021-02-28  Paulitest: adjust tests to include extra argument to KDF...
2021-02-24  Richard LevitteAllow the sshkdf type to be passed as a single character
2021-02-18  Richard LevitteAdjust the few places where the string length was confused
2021-02-18  Matt CaswellUpdate copyright year
2021-02-12  Paulitest: fix no-cache problem with the quality comparison...
2021-01-28  Juergen ChristFix parameter types in sshkdf
2020-12-02  Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-11  Shane LontisAdd support for making all of KBKDF FixedInput fields...
2020-09-17  Jon SpillettMake KDFs fail if requesting a zero-length key.
2020-07-16  Matt CaswellRevert "kdf: make function naming consistent."
2020-06-25  Matt CaswellUpdate copyright year
2020-06-11  Paulikdf: make function naming consistent.
2019-11-14  Matt CaswellFix no-cmac and no-camellia
2019-10-23  Simo SorceAdd KRB5KDF from RFC 3961
2019-10-17  Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-09-27  Robbie Harwood[KDF] Add KBKDF implementation for counter-mode HMAC
2019-09-11  PauliUpdate tests to (mostly) use KDF names
2019-09-06  Richard LevitteMore KDF cleanup
2019-09-06  PauliTest updates in light of the KDF switchover
2019-08-19  Richard LevitteUse macros internally for algorithm names
2019-08-15  Richard LevitteAdapt the MAC tests, and tests for other things that...
2019-07-08  Shane LontisAdd X9.42 KDF.
2019-06-11  Shane LontisPBKDF2 updates to conform to SP800-132
2019-05-16  Shane LontisAdded X963KDF API
2019-05-03  Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-04-18  Simo SorceAdd SSHKDF in evp_kdf_test
2019-03-28  Shane Lontiscoverity fixes for SSKDF + mac_app + kdf test cleanup
2019-03-19  Shane LontisSingle step kdf implementation
2019-02-13  David MakepeaceAdded new EVP/KDF API.