summaryrefslogtreecommitdiff
path: root/trust
Commit message (Expand)AuthorAgeFilesLines
* trust: Fix race with BasicConstraints stapled extensionStef Walter2013-10-142-32/+158
* Avoid using the non-thread-safe strerror() functionStef Walter2013-07-242-6/+4
* Always pass size_t varargs to p11_hash_xxx() functionsStef Walter2013-07-181-2/+2
* Don't call memdup with zero length or NULL pointerStef Walter2013-07-181-4/+6
* Fix various issues highlighted by coverity scannerStef Walter2013-07-183-6/+7
* Add support for using freebl3 for SHA1 and MD5 hashingStef Walter2013-07-102-1/+5
* trust: Move the extract-trust external placeholder command into trust/Stef Walter2013-06-172-0/+30
* trust: Fix crash when C_Initialize args are NULLStef Walter2013-06-052-1/+22
* trust: Fix reinitialization of trust moduleStef Walter2013-06-053-4/+139
* Fix off by one in date parsing codeStef Walter2013-04-041-1/+1
* Don't print erroneous debug messages when skipping filesStef Walter2013-04-041-3/+5
* Don't respect timezones for CKA_START_DATE or CKA_END_DATEStef Walter2013-04-032-33/+81
* trust: Fix logic for matching invalid NSS serial numbersStef Walter2013-04-032-47/+180
* More compatible path munging and handling codeStef Walter2013-04-034-6/+15
* Separate library init from message codeStef Walter2013-04-0313-20/+13
* Fix build with automake 1.13Stef Walter2013-04-031-1/+1
* Use CKA_X_CERTIFICATE_VALUE for trust assertionsStef Walter2013-03-292-8/+13
* Don't complain when applications call C_Logout or C_LoginStef Walter2013-03-282-2/+53
* Don't try to guess at overflowing time values on 32-bit systemsStef Walter2013-03-282-2/+74
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-207-15/+58
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-202-1/+3
* Add a bit of infrastructure for running valgrindStef Walter2013-03-202-3/+2
* trust: Predictable behavior with duplicate certificates in tokenStef Walter2013-03-203-16/+224
* trust: Rework index to be faster and more usableStef Walter2013-03-209-179/+437
* attrs: Print out the CKA_VALUE for certificates when debuggingStef Walter2013-03-202-6/+12
* hash: Add the murmur2 hash and start using itStef Walter2013-03-202-4/+3
* hash: Rename file and functions for hashesStef Walter2013-03-204-18/+18
* trust: Use descriptive labels for tokensStef Walter2013-03-198-27/+112
* trust: Remove the temporary built in distrust objectsStef Walter2013-03-191-148/+0
* trust: Don't use POSIX or GNU basename()Stef Walter2013-03-192-3/+6
* trust: Fix trust tests on 32-bit buildsStef Walter2013-03-181-2/+2
* trust: Fix invalid varargs call in the builderStef Walter2013-03-181-1/+1
* 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