lib/openssl: relax ciphers allowed with openssl-3.0

We need to relax what ciphers are allowed with openssl-3.0 so that we do
not break Digi/RM. See DAL commit ec586a621c24f840ac7cc4f91241c55581698ba3

https://onedigi.atlassian.net/browse/DEL-7999

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2022-07-06 11:34:56 +02:00
parent f6d9a65d4a
commit d0ec5c7aab
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Copyright (C) 2022 Digi International.
EXTRA_OECONF:append = " enable-weak-ssl-ciphers"