summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* uri: Support query attributes to specify moduleDaiki Ueno2017-01-194-9/+241
* uri: Avoid typecasting confusion on s390xDaiki Ueno2017-01-171-2/+4
* uri: fix producing the query attributesLubomir Rintel2017-01-122-35/+48
* uri: fix the query attribute parsingLubomir Rintel2017-01-122-14/+42
* build: improve p11-kit-proxy symlink handlingRoman Bogorodskiy2017-01-091-1/+9
* Release version 0.23.3Daiki Ueno2016-12-202-3/+13
* doc: More tweaks for gtk-docDaiki Ueno2016-12-191-0/+7
* doc: Mention new API functionsDaiki Ueno2016-12-191-0/+6
* rpc: Fix typo flagged by lintianAndreas Metzler2016-12-151-1/+1
* test: Remove setgid()ed copy of frob-getenvDaiki Ueno2016-12-131-2/+1
* test: Fix privatedir substitution in test-extractDaiki Ueno2016-12-131-0/+1
* pkcs11: Update CRYPTOKI_VERSION to 2.40Daiki Ueno2016-12-131-6/+3
* pkcs11: Add CK_RSA_PKCS_OAEP_PARAMS definitionDaiki Ueno2016-12-131-0/+20
* pkcs11: Add CKA_COPYABLE definitionDaiki Ueno2016-12-131-0/+1
* pkcs11: Add AES key wrap mechanismsDaiki Ueno2016-12-131-0/+3
* proxy: Remove redundant NULL checkPankaj2016-12-131-1/+1
* modules: Remove redundant NULL checkPankaj2016-12-131-1/+1
* proxy: Check return value of calloc()Pankaj2016-12-131-0/+1
* mock: Check return value of calloc()Pankaj2016-12-131-0/+1
* doc: State 'p11-kit trust' is a deprecated formDaiki Ueno2016-12-061-2/+4
* trust: Don't add CKA_TRUSTED to extension objectDaiki Ueno2016-12-061-2/+33
* common, trust: Avoid integer overflowDaiki Ueno2016-12-064-3/+14
* move privatedir from libdir to libexecdirStanislav Brabec2016-11-301-1/+1
* trust: Avoid confusion in DER/PEM decodingDaiki Ueno2016-11-303-1/+115
* doc: Update documentation to point towards GitHubStef Walter2016-11-292-2/+5
* test-conf: don't create the setuid copy in /tmpLubomir Rintel2016-11-291-1/+1
* trust: Clarify the error message of 'extract'Daiki Ueno2016-11-281-1/+4
* trust: Mention anchor --remove option in helpDaiki Ueno2016-11-281-1/+2
* trust: Reject invalid UTF-8 inputDaiki Ueno2016-11-282-0/+8
* pkg-config: Expose p11_trust_paths variableDaiki Ueno2016-11-151-0/+1
* build: Remove *.in files from EXTRA_DISTDaiki Ueno2016-11-151-2/+0
* build: Don't update po files on every make runDaiki Ueno2016-11-151-0/+37
* travis: Enable GCC sanitizersDaiki Ueno2016-10-311-1/+7
* travis: Disable silent rulesDaiki Ueno2016-10-311-1/+1
* test: Remove /proxy/deinit-after-fork testDaiki Ueno2016-10-311-37/+0
* test: Fix memleak in test-token cleanupDaiki Ueno2016-10-311-1/+1
* modules: Reset the init count on fork()Daiki Ueno2016-10-311-0/+4
* modules: Fix memleak when loading remote moduleDaiki Ueno2016-10-311-0/+2
* rpc: Fix memleak in rpc_socket cleanupDaiki Ueno2016-10-311-0/+1
* uri: Port to PKCS#11 GNU calling conventionDaiki Ueno2016-10-311-0/+2
* uri: Fix buffer overflow in memcmp()Daiki Ueno2016-10-311-25/+32
* travis: Enable build on the CIDaiki Ueno2016-10-311-0/+27
* rpc: Send x-init-reserved to remote moduleDaiki Ueno2016-10-057-16/+144
* test: Fix p11_virtual_init() usageDaiki Ueno2016-10-051-1/+1
* Fix link of p11-kit-proxy.dylib on Mac OS XLeonardo Brondani Schenkel2016-10-031-1/+1
* test: Make test-module work --without-trust-moduleDaiki Ueno2016-09-041-1/+2
* iter: Utilize 'slot-id' URI path attributeDaiki Ueno2016-09-022-1/+83
* iter: Utilize slot info URI path attributesDaiki Ueno2016-09-023-0/+134
* uri: Support 'slot-id' path attributeDaiki Ueno2016-09-023-3/+126
* uri: Support slot info path attributesDaiki Ueno2016-09-024-0/+180