GMAC implementation
authorPauli <paul.dale@oracle.com>
Sun, 4 Nov 2018 22:09:41 +0000 (08:09 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 4 Nov 2018 22:09:41 +0000 (08:09 +1000)
commitafc580b9b0af0072233e9282915424fd55c366d0
tree182a1eaa1f9a96656c05df13aa006b75ad2cd9c6
parent2aaa0b146b967397a6e61fa8df969e7847f82086
GMAC implementation
Remove GMAC demo program because it has been superceded by the EVP MAC one

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7548)
21 files changed:
CHANGES
Configure
crypto/err/openssl.txt
crypto/evp/c_allm.c
crypto/evp/evp_err.c
crypto/gmac/build.info [new file with mode: 0644]
crypto/gmac/gmac.c [new file with mode: 0644]
crypto/include/internal/evp_int.h
crypto/objects/obj_dat.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
demos/evp/Makefile
demos/evp/gmac.c [deleted file]
doc/man3/EVP_MAC.pod
doc/man7/EVP_MAC_GMAC.pod [new file with mode: 0644]
fuzz/oids.txt
include/openssl/evp.h
include/openssl/evperr.h
include/openssl/obj_mac.h
test/evp_test.c
test/recipes/30-test_evp_data/evpmac.txt