Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | p11-kit: Add 'p11-kit server' command | Nikos Mavrogiannopoulos | 2017-02-17 | 1 | -0/+578 |
This adds a new tool to the p11-kit command called 'server', which allows us to access a PKCS#11 module over a Unix domain socket. Internally, it is implemented as a wrapper around 'p11-kit remote'. Upon connection it executes 'p11-kit remote' in a forked process. |