summaryrefslogtreecommitdiff
path: root/common/tests/test-utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize various componentsStef Walter2013-06-251-244/+0
| | | | | | | * p11-kit library and tool in the p11-kit/ subdirectory * trust module and new trust tool in trust/ subdirectory * No more tools/ subdirectory * Lots less in the common/ subdirectory
* Our own unit testing frameworkStef Walter2013-05-211-36/+24
| | | | | | | | * Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-201-0/+4
|
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-051-0/+252
* This is in cases where the certificate information does not already have a friendly name or alias.