Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test-server: Add test for detecting address | Daiki Ueno | 2018-02-27 | 1 | -1/+29 |
| | |||||
* | test-server: Fix compilation error on FreeBSD | Daiki Ueno | 2018-02-27 | 1 | -0/+1 |
| | |||||
* | p11_kit_remote_serve_tokens: Read "write-protected" setting from URI | Daiki Ueno | 2018-02-27 | 1 | -0/+30 |
| | |||||
* | test: Add test for client-server interaction | Daiki Ueno | 2018-02-27 | 1 | -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. |