Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate PKCS#11 support in GnuTLS on Debian #71

Open
JeremyRand opened this issue Mar 11, 2022 · 0 comments
Open

Investigate PKCS#11 support in GnuTLS on Debian #71

JeremyRand opened this issue Mar 11, 2022 · 0 comments

Comments

@JeremyRand
Copy link
Member

Running strace gnutls-cli www.namecoin.org on Fedora 34 finds a bunch of references to PKCS#11 modules, including p11-kit-trust.so. These references don't appear on Debian 11, which seems to indicate that PKCS#11 is not being used for certificate trust in GnuTLS on Debian. This might be related to Debian not using the --with-default-trust-store-pkcs11=pkcs11: configure flag. However, on Debian, the library libp11-kit.so.0 is loaded, which might indicate some kind of p11-kit misconfiguration rather than a GnuTLS issue. Not sure. We should investigate further. The p11-kit devs might be able to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant