Alexander Sosedkin started a new discussion on lib/pkcs11.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/2014#note_2741924313 > + _gnutls_debug_log( > + "Cannot initialize PKCS #11 module: %s\n", > + name); > + free(name); > + return ret; > + } > + > + ret = pkcs11_provider_add(&provider); > + if (ret < 0) { > + gnutls_assert(); > + char *name = p11_kit_module_get_name(provider.module); > + _gnutls_debug_log("Cannot add PKCS #11 module: %s\n", > name); > + free(name); > + pkcs11_provider_deinit(&provider); > + return ret; previously the code has only logged on errors, now it aborts on the first error, which seems like a significant change -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2014#note_2741924313 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Gnutls-devel mailing list Gnutls-devel@lists.gnutls.org http://lists.gnupg.org/mailman/listinfo/gnutls-devel