kTLS: add support for AES_CCM128 and AES_GCM256
authorVadim Fedorenko <vadimjunk@gmail.com>
Fri, 24 Jan 2020 13:57:56 +0000 (16:57 +0300)
committerMatt Caswell <matt@openssl.org>
Mon, 8 Jun 2020 10:13:52 +0000 (11:13 +0100)
commit4ffccf6c4deebd6f3ab5d46234c64f957ff1c1c5
tree86c0bb72610106b0f01e7da53724357e5127194b
parent95badfeb60603b1bbcfc4d0fef555aed06038d55
kTLS: add support for AES_CCM128 and AES_GCM256

The support of new algos is added by converting code to use
helper functions found in ktls.h.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11589)
crypto/bio/bss_sock.c
ssl/t1_enc.c