summaryrefslogtreecommitdiff
path: root/trust/tests
Commit message (Expand)AuthorAgeFilesLines
* trust: add a simple frob-nss-token tool to dump distrustStef Walter2013-03-082-0/+109
* trust: Use the new NSS PKCS#11 extension codesStef Walter2013-03-082-13/+13
* Initialize modules correctly in testsStef Walter2013-03-034-1/+4
* Fix syntax errors in OS_WIN32 ifdefsStef Walter2013-03-031-0/+2
* Use putenv() instead of setenv()Stef Walter2013-03-034-4/+4
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-051-11/+11
* Implement trust assertion PKCS#11 objectsStef Walter2013-02-052-35/+317
* Refactor how parsing of ASN.1 data and certificate extensions workStef Walter2013-02-052-129/+2
* Fill in certificate authority and trust data correctlyStef Walter2013-02-054-57/+218
* Implement stapled certificate extensions internallyStef Walter2013-02-053-26/+142
* Better debugging and checks for attribute valuesStef Walter2013-02-054-86/+124
* Add tool for testing how fast the token loadsStef Walter2013-02-052-0/+65
* Test a TRUSTED CERTIFICATE without any trust OIDsStef Walter2013-02-052-0/+38
* Add the builtin roots NSS specific objectStef Walter2013-02-052-3/+30
* Add support for openssl TRUSTED CERTIFICATE PEM filesStef Walter2013-02-052-0/+95
* Add support for parsing PEM filesStef Walter2013-02-052-0/+68
* Add basic trust moduleStef Walter2013-02-0517-0/+1305