summaryrefslogtreecommitdiff
path: root/pkcs11
Commit message (Expand)AuthorAgeFilesLines
* pkcs11: Don't use strncpy when copying pathsMatt Turner2022-05-312-2/+6
* gkm: Fix some format-truncation warningsnielsdg/fix-snprintf-truncation-warningNiels De Graef2022-05-211-3/+7
* Fix implicit declaration of utimes and gettimeofday.Ryan Schmidt2022-05-211-1/+1
* Stop using volatile in conjunction with atomic operationswip/smcv/fix-ciSimon McVittie2022-05-215-8/+8
* Use shorter strings for prompt titlesJonas Dreßler2020-02-041-26/+7
* pkcs11: Fix some type mismatch warningsNiels De Graef2020-01-142-3/+3
* Don't use GTimeVal/g_get_current_time()Niels De Graef2020-01-143-26/+15
* Don't use g_type_class_add_private()Niels De Graef2020-01-1415-71/+31
* pkcs11: Fix load of misaligned addressDaiki Ueno2019-09-241-4/+10
* rpc-layer: fix build with musl-libcDaiki Ueno2019-05-101-0/+1
* pkcs11: Expose module to specific programsDaiki Ueno2019-02-091-0/+6
* gkm-mock: Also store objects in the order they are takenIain Lane2019-01-302-13/+58
* secret-store: Sort fields alphabetically before outputtingIain Lane2019-01-301-6/+16
* Revert "pkcs11: Don't install p11-kit module configuration"Michael James Gratton2018-12-252-0/+12
* pkcs11: Don't null terminate PKCS #11 string fieldsDaiki Ueno2018-06-121-2/+2
* ssh-agent: Make public key parsing robusterDaiki Ueno2018-05-071-0/+1
* gkm-timer: Use monotonic time exclusivelyDaiki Ueno2018-03-021-7/+3
* pkcs11: Don't install p11-kit module configurationRay Strode2018-03-012-12/+0
* secret-store/test*: Cleanup temporary directoryDaiki Ueno2018-02-151-0/+1
* Extend S-expressions test for ECDSA keys and more operations on existingJakub Jelen2017-10-131-2/+412
* Extend the DER testuite for ECDSA KeysJakub Jelen2017-10-131-0/+85
* Extend the asn1 testJakub Jelen2017-10-133-1/+201
* Extend ssh-store testsuite and add ECDSA test keysJakub Jelen2017-10-1311-12/+118
* Support reading ECDSA OpenSSH keysJakub Jelen2017-10-131-1/+59
* Reading and writing ECDSA DER-encoded filesJakub Jelen2017-10-132-0/+245
* ECDSA support in GKM internalsJakub Jelen2017-10-1316-6/+589
* ASN.1 definitions of ECDSA and helper functions for DER encoding and decodingJakub Jelen2017-10-134-6/+326
* Avoid using uninitialized variables and allow strict buildsJakub Jelen2017-09-221-1/+1
* Missing checkJakub Jelen2017-09-221-0/+1
* Typo ('at' was already checked)Jakub Jelen2017-09-221-1/+1
* Typos in messages (copy&paste from signing)Jakub Jelen2017-09-222-2/+2
* Fix write_sync_close in case of partial writes.Tomasz Miąsko2017-02-071-1/+5
* ssh-module: set CKF_LOGIN_REQUIRED flagJames Bottomley2017-01-121-1/+1
* wrap-layer: Fix up testing for recent unicode apostrophe changesStef Walter2016-11-141-3/+3
* Use Unicode in translatable stringsPiotr Drąg2016-10-182-17/+17
* Shorten unlock keyring dialog titleFelix Zhang2016-08-221-2/+1
* pkcs11: fix return value of methodCosimo Cecchi2015-12-281-1/+1
* tests: Make sure names for write_large_file tests are differentDmitry Shachnev2015-10-011-2/+5
* tests: Fix name of note-xdg-schema-without-schema-locked testDmitry Shachnev2015-10-011-1/+1
* test-import: Initialize error with NULL to fix segfaultDmitry Shachnev2015-09-061-0/+1
* Fix issue found by address sanitizerMilan Crha2015-08-121-3/+4
* gnome2-store: remove temporary files on failureGiovanni Campagna2015-07-141-1/+5
* Fix PKCS#11 RPC handling of multi-threaded clientsDavid Woodhouse2015-06-231-11/+66
* gkm: Objects can remove each-other recursivelyStef Walter2015-04-081-2/+1
* Fix issues highlighted by GCC 5.0.xStef Walter2015-03-232-2/+2
* Don't leak password data in gkm_wrap_prompt_do_credentialChristophe Fergeau2014-11-131-3/+7
* Don't leak password in login_prompt_do_{specific, user)Christophe Fergeau2014-11-131-18/+44
* GkmMock: Fix handling of CKA_G_CREDENTIAL_TEMPLATE attributesChristophe Fergeau2014-10-141-2/+25
* xdg: Fix ref leak in remove_assertion_from_trust()Christophe Fergeau2014-10-141-0/+1
* xdg: Remove wrong unref in gkm_xdg_trust_replace_assertionChristophe Fergeau2014-10-141-1/+0