Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos flagged by codespell | Daiki Ueno | 2016-08-22 | 1 | -1/+1 |
| | |||||
* | remote: Run separate executable binary for 'p11-kit remote' | Stef Walter | 2014-10-02 | 1 | -0/+101 |
| | | | | | This allows security frameworks like SELinux or AppArmor to target it specifically. | ||||
* | p11-kit: Fix various noise/issues highlighted by clang | Stef Walter | 2014-08-11 | 1 | -8/+10 |
| | |||||
* | rpc: Implement PKCS#11 messages/client/server code | Stef Walter | 2014-07-08 | 1 | -0/+1901 |
* This enables passing around bytes which represent PKCS#11 RPC calls. * Caller is responsible for connecting/disconnecting and so on. * Client side caller gets a mixin from p11_rpc_client_init() to call into, which generates callbacks with byte arrays to be transported. * Server side calls p11_rpc_server_handle() with a CK_FUNCTION_LIST_PTR on which relevant methods get called. * Doesn't yet implement the actual daemon or clients etc... https://bugs.freedesktop.org/show_bug.cgi?id=54105 |