]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/mac_lib.c
Params: add argument to the _from_text calls to indicate if the param exists.
[thirdparty/openssl.git] / crypto / evp / mac_lib.c
2020-01-17  Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2019-10-17  Richard LevitteEVP: add functions that return the name number
2019-10-17  Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17  Richard LevitteEVP: add missing common functionality
2019-09-28  Dr. Matthias St... Reorganize public header files (part 1)
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