[gnutls-devel] GnuTLS | Apps using gnutls log error on kernel 5.12 if built with AF_ALG (#1246)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Mon May 31 10:00:22 CEST 2021




Stephan Mueller commented on a discussion: https://gitlab.com/gnutls/gnutls/-/issues/1246#note_588753316

When you probe the ciphers and expect an error, you could use:

kcapi_set_verbosity(KCAPI_LOG_NONE);
do_my_probing();
kcapi_set_verbosity(KCAPI_LOG_ERR);

This way, no logs whatsoever are created.

Would that work for you?

Ciao
Stephan

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1246#note_588753316
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20210531/1b3d352d/attachment.html>


More information about the Gnutls-devel mailing list