summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_MAC.pod (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-061-10/+11
* Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell2019-03-271-0/+3
* blake2: add EVP_MAC man pageAntoine Salon2019-02-061-7/+10
* Minor doc fixes for EVP_MAC.David Makepeace2018-12-231-1/+1
* Following the license change, modify the boilerplates in doc/man3/Richard Levitte2018-12-061-1/+1
* KMAC implementation using EVP_MACShane Lontis2018-11-131-1/+16
* Add poly1305 MAC supportPaul Yang2018-11-051-1/+2
* GMAC implementationPauli2018-11-041-0/+7
* EVP_MAC: Add SipHash implementationRichard Levitte2018-10-301-1/+2
* EVP_MAC: Add HMAC implementationRichard Levitte2018-10-301-1/+2
* EVP_MAC: Add CMAC implementationRichard Levitte2018-10-301-8/+0
* Add EVP_MAC APIRichard Levitte2018-10-291-0/+348