summaryrefslogtreecommitdiff
path: root/trust/module.c
Commit message (Expand)AuthorAgeFilesLines
* trust: Ignore unreadable content in anchorsDaiki Ueno2019-02-181-2/+1
* trust: Fail if trust anchors are not loaded from a fileDaiki Ueno2019-01-041-3/+8
* trust: Propagate library verbosity to module through init_argsDaiki Ueno2019-01-041-0/+5
* build: Check return value of p11_dict_setDaiki Ueno2018-10-171-1/+2
* trust: Factor out module initialization into separate fileDaiki Ueno2018-08-281-54/+0
* common, p11-kit, trust: Use pthread_once only when necessaryDaiki Ueno2018-08-101-1/+1
* trust: Clarify C_Login behavior that returns an errorDaiki Ueno2018-07-191-0/+11
* trust: Don't null terminate PKCS #11 string fieldsDaiki Ueno2018-05-071-6/+6
* trust: Forcibly mark "Default Trust" read-onlyDaiki Ueno2018-02-051-4/+8
* trust: Filter out duplicate extensionsDaiki Ueno2018-01-311-3/+39
* makefile: Rename DATADIR to not conflict with Win32 defineMichael Cronenworth2014-10-051-1/+1
* trust: More appropriate rv when non-modifiable object deletedStef Walter2013-09-051-1/+1
* Declare static variables const where it makes senseStef Walter2013-07-181-2/+2
* trust: Support token directory paths in user's home directoryStef Walter2013-07-081-0/+1
* trust: Initial support for writing out token objectsStef Walter2013-07-031-5/+13
* trust: Implement reloading of token dataStef Walter2013-07-031-1/+4
* trust: Writable module PKCS#11 token functionsStef Walter2013-06-171-21/+67
* trust: Correctly reflect the CK_TOKEN_INFO writability flagsStef Walter2013-06-141-1/+4
* Merge branch 'stable'Stef Walter2013-06-051-5/+25
|\
| * trust: Fix crash when C_Initialize args are NULLStef Walter2013-06-051-1/+4
| * trust: Fix reinitialization of trust moduleStef Walter2013-06-051-4/+21
* | Pull the argv parsing code into its own fileStef Walter2013-05-211-74/+4
|/
* trust: Fix logic for matching invalid NSS serial numbersStef Walter2013-04-031-47/+73
* More compatible path munging and handling codeStef Walter2013-04-031-2/+3
* Separate library init from message codeStef Walter2013-04-031-0/+1
* Don't complain when applications call C_Logout or C_LoginStef Walter2013-03-281-2/+30
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-201-2/+3
* trust: Use descriptive labels for tokensStef Walter2013-03-191-13/+50
* trust: Don't use POSIX or GNU basename()Stef Walter2013-03-191-2/+3
* trust: Provide better debugging of trust module functionsStef Walter2013-03-181-5/+15
* trust: Handle incorrectly encoded CKA_SERIAL_NUMBER lookupsStef Walter2013-03-181-0/+47
* trust: Refactor to include concept of the indexStef Walter2013-03-151-50/+61
* trust: Make each configured path its own tokenStef Walter2013-03-151-53/+149
* trust: Rework input path treatmentStef Walter2013-03-151-14/+7
* Fix syntax errors in OS_WIN32 ifdefsStef Walter2013-03-031-2/+4
* Only do shared object and DLL initialization in librariesStef Walter2013-02-201-0/+55
* Add basic trust moduleStef Walter2013-02-051-0/+1517