summaryrefslogtreecommitdiff
path: root/trust
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-084-27/+27
* Hard code distrust temporarily.Stef Walter2013-03-081-1/+149
* trust: Refactor how we load builtin objectsStef Walter2013-03-081-11/+13
* Build with the libtasn1 CFLAGS properlyStef Walter2013-03-041-0/+1
* Initialize modules correctly in testsStef Walter2013-03-034-1/+4
* Fix syntax errors in OS_WIN32 ifdefsStef Walter2013-03-032-2/+6
* Abstract mmap() into a compat APIStef Walter2013-03-031-21/+7
* Use putenv() instead of setenv()Stef Walter2013-03-034-4/+4
* Only do shared object and DLL initialization in librariesStef Walter2013-02-201-0/+55
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-052-32/+41
* Move the X.509 extension parsing code in common/Stef Walter2013-02-052-121/+80
* Implement trust assertion PKCS#11 objectsStef Walter2013-02-057-43/+783
* Refactor how parsing of ASN.1 data and certificate extensions workStef Walter2013-02-055-664/+58
* Fill in certificate authority and trust data correctlyStef Walter2013-02-057-163/+548
* Implement stapled certificate extensions internallyStef Walter2013-02-058-366/+894
* 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
* Some debug info about which files are being loadedStef Walter2013-02-051-2/+15
* Test a TRUSTED CERTIFICATE without any trust OIDsStef Walter2013-02-052-0/+38
* Add the builtin roots NSS specific objectStef Walter2013-02-053-4/+57
* Add support for openssl TRUSTED CERTIFICATE PEM filesStef Walter2013-02-053-40/+299
* Add support for parsing PEM filesStef Walter2013-02-054-1/+108
* Add basic trust moduleStef Walter2013-02-0527-0/+4724