]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/mac_lib.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / evp / mac_lib.c
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-08-24  Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-16  Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-06-06  Kurt RoeckxChange EVP_MAC method from copy to dup
2019-06-06  Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-03-27  Matt CaswellTolerate 0 byte input length for Update functions
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-29  Richard LevitteAdd EVP_MAC API