hexchat/plugins/fishlim/tests
Simon Chopin bbd60a96ec fish: enable the legacy provider if build against OpenSSL3
OpenSSL 3.0 disables a number of "legacy" algorithms by default, and we
need to enable them manually using their provider system. Note that
explicitly loading a provider will disable the implicit default
provider, which is why we need to load it explicitly.

Closes #2629

Signed-off-by: Simon Chopin <simon.chopin@canonical.com>

V2:
  * use a local OSSL_LIB_CTX to avoid leaking the legacy algorithms
    into the main SSL context.
  * Simplify the fish_init() error paths by calling fish_deinit()
2021-11-30 08:35:04 -06:00
..
meson.build fishlim: Minor test improvements 2021-11-03 09:59:24 -05:00
mock-keystore.c fish: Misc test cleanups 2021-07-15 20:59:19 -05:00
tests.c fish: enable the legacy provider if build against OpenSSL3 2021-11-30 08:35:04 -06:00