On 7/10/2026 6:25 AM, Luc Michel wrote: > c4b3d0074 removed the check that nettle or gcrypt were explicitly > requested as the crypto library to use, breaking the --enable-nettle and > --enable-gcrypt options. Re-add the logic to force usage of nettle or > gcrypt for crypto operations, while still keeping gnutls for TLS. > > Fixes: c4b3d0074 (crypto: bump min gnutls to 3.7.5) > Signed-off-by: Luc Michel <[email protected]> > --- > v2: > - Revert more of c4b3d0074 to restore the gnutls_crypto logic to > disable gnutls only for crypto ops but keep it for TLS [Daniel] > --- > meson.build | 11 ++++++++++- > crypto/cipher.c | 2 +- > tests/unit/test-crypto-block.c | 3 ++- > crypto/meson.build | 2 +- > 4 files changed, 14 insertions(+), 4 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
