Constify various mostly X509-related parameter types in crypto/ and apps/
[openssl.git] / crypto / evp / pkey_mac.c
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-19 Matt CaswellMake sure we use the libctx when fetching a MAC
2020-02-21 PauliParams: add argument to the _from_text calls to indicat...
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-25 PauliRemove engine param macros from wrapper APIs
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-08-29 Matt CaswellFix no-engine
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-03-27 Matt CaswellCorrectly check the return code of EVP_MAC_ctrl everwhe...
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-05 Paul YangAdd poly1305 MAC support
2018-10-30 Richard LevitteEVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic...
2018-10-30 Richard LevitteEVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic...
2018-10-30 Richard LevitteEVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic...
2018-10-29 Richard LevitteAdd generic EVP_PKEY_METHOD for EVP_MACs