summaryrefslogtreecommitdiff
path: root/trust/tests/test-token.c
Commit message (Expand)AuthorAgeFilesLines
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-789/+0
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-081-1/+1
* test: Move some file and directory code into general test stuffStef Walter2014-07-081-26/+26
* trust: Add support for removing trust token objectsStef Walter2013-08-291-0/+99
* trust: Correctly rewrite other objects in a modifiable persist fileStef Walter2013-08-281-0/+74
* Avoid multiple stat() calls for same fileStef Walter2013-08-281-5/+7
* Make tests work on file systems with block size directoriesStef Walter2013-07-241-0/+12
* tools: Use $TMPDIR instead of $TEMPStef Walter2013-07-181-7/+2
* trust: Initial support for writing out token objectsStef Walter2013-07-031-2/+108
* trust: Implement reloading of token dataStef Walter2013-07-031-26/+229
* trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter2013-06-141-0/+76
* Our own unit testing frameworkStef Walter2013-05-211-63/+30
* Separate library init from message codeStef Walter2013-04-031-2/+1
* trust: Rework index to be faster and more usableStef Walter2013-03-201-1/+1
* trust: Use descriptive labels for tokensStef Walter2013-03-191-1/+12
* trust: Support a p11-kit specific serialization formatStef Walter2013-03-151-1/+1
* trust: Add a builder which builds objects out of parsed dataStef Walter2013-03-151-33/+25
* trust: Refactor to include concept of the indexStef Walter2013-03-151-13/+19
* trust: Make each configured path its own tokenStef Walter2013-03-151-5/+28
* trust: Rework input path treatmentStef Walter2013-03-151-3/+120
* Initialize modules correctly in testsStef Walter2013-03-031-0/+1
* Use putenv() instead of setenv()Stef Walter2013-03-031-1/+1
* Fill in certificate authority and trust data correctlyStef Walter2013-02-051-1/+1
* Add the builtin roots NSS specific objectStef Walter2013-02-051-3/+3
* Add basic trust moduleStef Walter2013-02-051-0/+106