summaryrefslogtreecommitdiff
path: root/p11-kit/test-server.c
Commit message (Collapse)AuthorAgeFilesLines
* test-server: Add test for detecting addressDaiki Ueno2018-02-271-1/+29
|
* test-server: Fix compilation error on FreeBSDDaiki Ueno2018-02-271-0/+1
|
* p11_kit_remote_serve_tokens: Read "write-protected" setting from URIDaiki Ueno2018-02-271-0/+30
|
* test: Add test for client-server interactionDaiki Ueno2018-02-271-0/+199
The test spawns a process running the server command and connects to it through p11-kit-client.so. It's is a bit tricky that the child process requires to preload libasan.so when ASan is in in effect, to properly load a mock module.