aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/mac_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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