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)
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)


No differences found