summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.17.40.17.4Stef Walter2013-03-202-1/+5
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-2022-27/+91
* Fix invalid memory accesses reported by 'make memcheck'Stef Walter2013-03-205-19/+34
* Add a bit of infrastructure for running valgrindStef Walter2013-03-2013-10/+46
* 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-205-20/+63
* hash: Add the murmur2 hash and start using itStef Walter2013-03-2014-51/+234
* hash: Rename file and functions for hashesStef Walter2013-03-2012-72/+72
* Release version 0.17.30.17.3Stef Walter2013-03-192-1/+8
* trust: Use descriptive labels for tokensStef Walter2013-03-198-27/+112
* trust: Remove the temporary built in distrust objectsStef Walter2013-03-191-148/+0
* extract: Make extracted output directories read-onlyStef Walter2013-03-193-32/+61
* trust: Don't use POSIX or GNU basename()Stef Walter2013-03-196-27/+137
* Do not export (de)constructorAndreas Metzler2013-03-191-4/+4
* Release version 0.17.20.17.2Stef Walter2013-03-182-1/+5
* 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
* Release version 0.17.10.17.1Stef Walter2013-03-183-8/+39
* 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-184-8/+16
* trust: Handle incorrectly encoded CKA_SERIAL_NUMBER lookupsStef Walter2013-03-183-1/+114
* Add workaround for broken strndup() in firefoxStef Walter2013-03-181-1/+6
* compat: Fix trivial commentStef Walter2013-03-181-1/+1
* Use the nickname x-distrusted for CKA_X_DISTRUSTEDStef Walter2013-03-181-1/+1
* 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-1813-163/+158
* trust: Remove file that's no longer usedStef Walter2013-03-171-301/+0
* Bump version numberStef Walter2013-03-151-1/+1
* Fix distcheck and documentationStef Walter2013-03-154-22/+19
* trust: Update frob-nss-tool so it can compare modules for trust infoStef Walter2013-03-153-35/+164
* trust: Support a p11-kit specific serialization formatStef Walter2013-03-1516-41/+1140
* url: Split out the URL encoding and decoding functionsStef Walter2013-03-156-108/+381
* lexer: Make a lexer for our config file formatStef Walter2013-03-156-92/+644
* trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by defaultStef Walter2013-03-158-39/+115
* trust: Add a builder which builds objects out of parsed dataStef Walter2013-03-1517-1750/+3593
* attrs: Add info functions for constant names and valuesStef Walter2013-03-156-232/+566
* trust: Refactor to include concept of the indexStef Walter2013-03-1514-384/+2097
* attrs: New p11_attrs_merge() functionStef Walter2013-03-153-6/+153
* asn1: Implement a parsed ASN.1 tree cacheStef Walter2013-03-153-0/+177
* extract: Combine trust policy when extractingStef Walter2013-03-155-43/+313
* extract: --comment option adds comments to PEM bundlesStef Walter2013-03-157-3/+103
* extract: Allow p11_save_write() to automatically calculate lengthStef Walter2013-03-155-4/+62
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-1515-54/+136
* trust: Make each configured path its own tokenStef Walter2013-03-157-136/+460
* dict: Allow removal of current item in a p11_dict iterationStef Walter2013-03-152-0/+62
* trust: Rework input path treatmentStef Walter2013-03-1520-140/+318
* pem: Fix a bug decoding some PEM filesStef Walter2013-03-154-11/+246
* Don't overwrite the build directory when uploading documentationStef Walter2013-03-141-1/+1
* Fix up the system anchors/certificates configure argumentsStef Walter2013-03-141-15/+20