Start using the provider side TLS HMAC implementation
authorMatt Caswell <matt@openssl.org>
Thu, 30 Jul 2020 12:16:39 +0000 (13:16 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 3 Sep 2020 08:40:52 +0000 (09:40 +0100)
commit2e2084dac34170fe1f9e93975e5b3cdc30360a9c
treeddffa939a515c01ffc521099766f76b5bdb8e831
parent3fddbb264e87a8cef2903cbd7b02b8e1a39a2a99
Start using the provider side TLS HMAC implementation

This commit just moves the TLS1 and above implementation to use the TLS
HMAC implementation in the providers.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12732)
providers/implementations/macs/hmac_prov.c
ssl/record/ssl3_record.c