summaryrefslogtreecommitdiff
path: root/trust/tests/test-session.c
Commit message (Collapse)AuthorAgeFilesLines
* Initialize modules correctly in testsStef Walter2013-03-031-0/+1
| | | | This fixes hangs when running tests on windows
* Use putenv() instead of setenv()Stef Walter2013-03-031-1/+1
| | | | Since older operating systems don't support setenv()
* Add basic trust moduleStef Walter2013-02-051-0/+160
This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects.