Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup() | Kurt Roeckx | 2019-06-06 | 1 | -10/+11 |
* | Don't allow SHAKE128/SHAKE256 with HMAC | Matt Caswell | 2019-03-27 | 1 | -0/+3 |
* | blake2: add EVP_MAC man page | Antoine Salon | 2019-02-06 | 1 | -7/+10 |
* | Minor doc fixes for EVP_MAC. | David Makepeace | 2018-12-23 | 1 | -1/+1 |
* | Following the license change, modify the boilerplates in doc/man3/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | KMAC implementation using EVP_MAC | Shane Lontis | 2018-11-13 | 1 | -1/+16 |
* | Add poly1305 MAC support | Paul Yang | 2018-11-05 | 1 | -1/+2 |
* | GMAC implementation | Pauli | 2018-11-04 | 1 | -0/+7 |
* | EVP_MAC: Add SipHash implementation | Richard Levitte | 2018-10-30 | 1 | -1/+2 |
* | EVP_MAC: Add HMAC implementation | Richard Levitte | 2018-10-30 | 1 | -1/+2 |
* | EVP_MAC: Add CMAC implementation | Richard Levitte | 2018-10-30 | 1 | -8/+0 |
* | Add EVP_MAC API | Richard Levitte | 2018-10-29 | 1 | -0/+348 |