]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/pkey_mac.c
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / crypto / evp / pkey_mac.c
2020-08-29  Matt CaswellDelete unused PKEY MAC files
2020-07-16  Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16  Paulideprecate engines in libcrypto
2020-06-12  PauliFix two additional instances of the old EVP_MAC_CTX_...
2020-06-11  PauliThe EVP_MAC functions have been renamed for consistency...
2020-05-14  Richard LevitteEVP: Only use the engine when one is defined, in pkey_m...
2020-04-30  Paulicoverity 1462549 Dereference before null check
2020-04-23  Matt CaswellUpdate copyright year
2020-03-27  Matt CaswellPut an error on the stack in the event of a fetch failure
2020-03-25  Matt CaswellFix EVP_PKEY_new_mac_key()
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