summaryrefslogtreecommitdiff
path: root/trust
Commit message (Expand)AuthorAgeFilesLines
* trust: Provide better debugging of trust module functionsStef Walter2013-03-181-5/+15
* attrs: Change p11_attrs_to_string() to allow static templatesStef Walter2013-03-181-1/+1
* trust: Handle incorrectly encoded CKA_SERIAL_NUMBER lookupsStef Walter2013-03-183-1/+114
* trust: Better generation of nss objects and assertions for serial+issuerStef Walter2013-03-183-225/+341
* Refine looking up of attributes in arraysStef Walter2013-03-185-60/+52
* trust: Remove file that's no longer usedStef Walter2013-03-171-301/+0
* Fix distcheck and documentationStef Walter2013-03-152-4/+6
* trust: Update frob-nss-tool so it can compare modules for trust infoStef Walter2013-03-151-35/+139
* trust: Support a p11-kit specific serialization formatStef Walter2013-03-1512-41/+1059
* trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by defaultStef Walter2013-03-156-39/+88
* trust: Add a builder which builds objects out of parsed dataStef Walter2013-03-1515-1750/+3593
* trust: Refactor to include concept of the indexStef Walter2013-03-1514-384/+2097
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-151-3/+11
* trust: Make each configured path its own tokenStef Walter2013-03-157-136/+460
* trust: Rework input path treatmentStef Walter2013-03-1515-54/+253
* pem: Fix a bug decoding some PEM filesStef Walter2013-03-151-0/+25
* 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