summaryrefslogtreecommitdiff
path: root/trust/token.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-08trust: Fix leak in token loading error pathStef Walter1-0/+1
2014-08-08trust: Fix unlikely use of uninitialized memory in token loadingStef Walter1-3/+3
2013-08-29trust: Add support for removing trust token objectsStef Walter1-1/+86
2013-08-29trust: Do reload object removals inside a loading blockStef Walter1-0/+4
2013-08-29trust: Add index callback for when an object is removedStef Walter1-0/+1
2013-08-28trust: Prefer parsing the persist format to PEMStef Walter1-2/+2
2013-08-28trust: Correctly rewrite other objects in a modifiable persist fileStef Walter1-1/+1
2013-08-28Avoid multiple stat() calls for same fileStef Walter1-1/+1
2013-07-23Don't use _GNU_SOURCE and fix strerror_r usageStef Walter1-1/+1
2013-07-23Fix various memory leaks exposed by 'make leakcheck'Stef Walter1-2/+8
2013-07-23Use simple serial automake test harnessStef Walter1-2/+1
2013-07-18Avoid using the non-thread-safe strerror() functionStef Walter1-12/+7
2013-07-18Fixes for some recent win32 regressionsStef Walter1-1/+9
2013-07-17Remove erroneous comments about readdir() and thread-safetyStef Walter1-1/+0
2013-07-08trust: Fix various issues writing objects in trust tokenStef Walter1-49/+117
2013-07-08trust: Support token directory paths in user's home directoryStef Walter1-1/+1
2013-07-08trust: Explicitly specify which formats parser should parseStef Walter1-0/+2
2013-07-03trust: Initial support for writing out token objectsStef Walter1-21/+197
2013-07-03trust: If token path is a file, don't try loading subdirectoriesStef Walter1-8/+15
2013-07-03trust: Rename p11_index_batch() to p11_index_load()Stef Walter1-2/+2
2013-07-03trust: Implement reloading of token dataStef Walter1-68/+263
2013-06-14trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter1-0/+47
2013-04-03More compatible path munging and handling codeStef Walter1-1/+2
2013-04-03Separate library init from message codeStef Walter1-1/+1
2013-03-20trust: Predictable behavior with duplicate certificates in tokenStef Walter1-15/+4
2013-03-19trust: Use descriptive labels for tokensStef Walter1-2/+20
2013-03-19trust: Remove the temporary built in distrust objectsStef Walter1-148/+0
2013-03-15trust: Add a builder which builds objects out of parsed dataStef Walter1-5/+16
2013-03-15trust: Refactor to include concept of the indexStef Walter1-20/+12
2013-03-15trust: Make each configured path its own tokenStef Walter1-41/+23
2013-03-15trust: Rework input path treatmentStef Walter1-26/+52
2013-03-08trust: Use the new NSS PKCS#11 extension codesStef Walter1-3/+3
2013-03-08Hard code distrust temporarily.Stef Walter1-1/+149
2013-03-08trust: Refactor how we load builtin objectsStef Walter1-11/+13
2013-02-05Some debug info about which files are being loadedStef Walter1-2/+15
2013-02-05Add the builtin roots NSS specific objectStef Walter1-1/+27
2013-02-05Add basic trust moduleStef Walter1-0/+256