summaryrefslogtreecommitdiff
path: root/crypto/evp/mac_lib.c
Commit message (Expand)AuthorAgeFilesLines
* mac: add some consistency to setting the XXX_final output length.Pauli2020-08-071-1/+3
* mac: always pass a non-NULL output size pointer to providers.Pauli2020-07-181-6/+5
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-10/+10
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-10/+10
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte2020-01-171-1/+1
* EVP: add functions that return the name numberRichard Levitte2019-10-171-0/+5
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-0/+8
* EVP: add missing common functionalityRichard Levitte2019-10-171-0/+5
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-281-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
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-241-1/+1
* Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte2019-08-161-6/+6
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-100/+62
* Change EVP_MAC method from copy to dupKurt Roeckx2019-06-061-2/+2
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-061-7/+17
* Tolerate 0 byte input length for Update functionsMatt Caswell2019-03-271-0/+2
* 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 EVP_MAC APIRichard Levitte2018-10-291-0/+185