]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dh/dh_kdf.c
Fix users of KDFs to use params not ctls
[thirdparty/openssl.git] / crypto / dh / dh_kdf.c
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.