Update copyright year
[openssl.git] / crypto / dh / dh_kdf.c
2022-05-03 Matt CaswellUpdate copyright year
2022-04-13 tangyiqunCheck the return of EVP_KDF_fetch()
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-11-22 PW HuFix the return check of OBJ_obj2txt
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-26 Rich SalzUse "" for include crypto/xxx
2021-05-26 Rich SalzUse "" for include internal/xxx
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-03-11 Matt CaswellUpdate copyright year
2021-02-28 Paulicrypto: add additional argument to KDF derive calls
2021-02-26 Shane LontisFix external symbols related to dh keys
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-08-19 Shane LontisFix no-cms build errors.
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-06-11 Paulikdf: make function naming consistent.
2020-04-23 Matt CaswellUpdate copyright year
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-06 PauliParams: change UTF8 construct calls to avoid explicit...
2019-09-11 PauliUsages of KDFs converted to use the name macros
2019-09-06 PauliFix users of KDFs to use params not ctls
2019-07-08 Shane LontisAdd X9.42 KDF.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-08-22 Rich SalzUse "" not <> on e_os.h include
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-09-03 David BarRT3674: Make no-cms build work.
2015-05-01 Rich Salzfree null cleanup finale
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-07 Andy PolyakovFix irix-cc build.
2013-08-05 Dr. Stephen HensonAdd KDF for DH.