summaryrefslogtreecommitdiff
path: root/common/tests/frob-cert.c
Commit message (Collapse)AuthorAgeFilesLines
* Abstract mmap() into a compat APIStef Walter2013-03-031-24/+11
| | | | | The Win32 for mmap() is very different from Unix, so abstract this into our own p11_mmap_xxx() functions.
* Add basic trust moduleStef Walter2013-02-051-0/+147
This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects.