summaryrefslogtreecommitdiff
path: root/crypto/evp/pkey_mac.c
Commit message (Expand)AuthorAgeFilesLines
* Delete unused PKEY MAC filesMatt Caswell2020-08-291-696/+0
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-19/+18
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli2020-06-131-1/+1
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-18/+19
* EVP: Only use the engine when one is defined, in pkey_mac_ctrl()Richard Levitte2020-05-141-7/+11
* coverity 1462549 Dereference before null checkPauli2020-04-301-8/+13
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Put an error on the stack in the event of a fetch failureMatt Caswell2020-03-271-1/+5
* Fix EVP_PKEY_new_mac_key()Matt Caswell2020-03-251-10/+73
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-2/+1
* Make sure we use the libctx when fetching a MACMatt Caswell2020-03-191-1/+5
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-1/+1
* Consistent naming for context gettable param queries .Pauli2019-09-271-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-4/+24
* Remove engine param macros from wrapper APIsPauli2019-09-251-6/+3
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-191-2/+2
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-041-9/+4
* Fix no-engineMatt Caswell2019-08-291-0/+4
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-241-4/+18
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-37/+149
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-061-17/+29
* Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell2019-03-271-6/+6
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Add poly1305 MAC supportPaul Yang2018-11-051-0/+33
* EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-301-0/+33
* EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-301-0/+33
* EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-301-9/+2
* Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte2018-10-291-0/+368