-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
As mentioned in several places, the current problems with Linux are that the certificates are loaded only once and there are no trust decisions available.
Several distributions use p11-kit as a way to list certificates on the system and to list other PKCS#11 modules, and expose them via its API or a PKCS#11 proxy module. By interacting with it, we get an up-to-date list of certificates, and each certificate has a trust decision.
There is support for this in other TLS libraries:
- GnuTLS links p11-kit directly
- There is a PKCS#11 provider for OpenSSL, that uses p11-kit's proxy module by default.
- p11-kit can replace NSS's PKCS#11 module with its own.
godvino
Metadata
Metadata
Assignees
Labels
No labels