diff options
author | Pauli <paul.dale@oracle.com> | 2018-11-04 23:09:41 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2018-11-04 23:09:41 +0100 |
commit | afc580b9b0af0072233e9282915424fd55c366d0 (patch) | |
tree | 182a1eaa1f9a96656c05df13aa006b75ad2cd9c6 /fuzz | |
parent | Restore sensible "sess_accept" counter tracking (diff) | |
download | openssl-afc580b9b0af0072233e9282915424fd55c366d0.tar.xz openssl-afc580b9b0af0072233e9282915424fd55c366d0.zip |
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)
Diffstat (limited to 'fuzz')
-rw-r--r-- | fuzz/oids.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/oids.txt b/fuzz/oids.txt index fe363fd37e..79a68fcd02 100644 --- a/fuzz/oids.txt +++ b/fuzz/oids.txt @@ -1063,3 +1063,4 @@ OBJ_id_tc26_gost_3410_2012_256_paramSetC="\x2A\x85\x03\x07\x01\x02\x01\x01\x03" OBJ_id_tc26_gost_3410_2012_256_paramSetD="\x2A\x85\x03\x07\x01\x02\x01\x01\x04" OBJ_hmacWithSHA512_224="\x2A\x86\x48\x86\xF7\x0D\x02\x0C" OBJ_hmacWithSHA512_256="\x2A\x86\x48\x86\xF7\x0D\x02\x0D" +OBJ_gmac="\x28\xCC\x45\x03\x04" |