]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/pmeth_lib.c
Extend the provider MAC bridge for Poly1305
authorMatt Caswell <matt@openssl.org>
Tue, 11 Aug 2020 14:28:07 +0000 (15:28 +0100)
committerPauli <paul.dale@oracle.com>
Sat, 29 Aug 2020 07:40:10 +0000 (17:40 +1000)
commit4db71d0175ed42586bcd4e6527caacbd18602adf
tree0b1369b7c89a6166413096b4c6a879b3e65f16a5
parent8014b2a966e0a971797d5160c082108b5618d6b3
Extend the provider MAC bridge for Poly1305

The previous commits added support for HMAC and SIPHASH into the provider
MAC bridge. We now extend that for Poly1305 too.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12637)
crypto/evp/pmeth_lib.c
providers/defltprov.c
providers/implementations/include/prov/implementations.h
providers/implementations/signature/mac_legacy.c