summaryrefslogtreecommitdiff
path: root/p11p-daemon/src/p11p_remote_manager.erl
Commit message (Collapse)AuthorAgeFilesLines
* add a genserver for handling remotes and start forwarding dataLinus Nordberg2019-06-271-26/+35
| | | | | | | | | | Current status is that p11tool successfully performs a --list-tokens request over p11p, yay! Only once though -- the next request hangs. heh. Also, the timeout logic is wrong and should move to the server, measuring the time it takes to get a full p11 response. This reqires parsing of the p11-kit rpc protocol, which we need anyway.
* add remote manager, fork+execing p11-kit-remote processesLinus Nordberg2019-06-261-0/+97