quic: fix quic plugin with openssl 3.x 47/37847/3
authorDave Wallace <dwallacelf@gmail.com>
Tue, 20 Dec 2022 22:41:43 +0000 (17:41 -0500)
committerBeno�t Ganne <bganne@cisco.com>
Wed, 21 Dec 2022 14:51:34 +0000 (14:51 +0000)
commit24adebad278b88b26bdae5615b6dea94dba7b757
tree9e5ba3e43d7162b42011cef70be3376e7c53071c
parent15952b261f92959ca14cf6679efc318c12e90de6
quic: fix quic plugin with openssl 3.x

- load openssl legacy providers during quic init
  when building with openssl 3.0 or greater
- re-enable quic 'make test' testcases on
  ubuntu-22.04

Type: fix

Change-Id: Icfd429b6bc1bddf9f9937baa44cc47cd535ac5f2
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
src/plugins/quic/quic.c
src/plugins/quic/quic_crypto.h
test/asf/test_quic.py