p11-glue / p11-kit

Provides a way to load and enumerate PKCS#11 modules.
https://p11-glue.github.io/p11-glue/p11-kit.html
Other
150 stars 92 forks source link

`p11-kit export-object` should support exporting chain of certificates #566

Open ueno opened 11 months ago

ueno commented 11 months ago

It would be useful to retrieve a complete certificate chain instead of the end-entity certificate only, if the root certificates are maintained by p11-kit-trust.so. p11tool (GnuTLS) supports this with the --export-chain option.