summaryrefslogtreecommitdiff
path: root/pkcs11/xdg-store/gkm-xdg-trust.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using volatile in conjunction with atomic operationswip/smcv/fix-ciSimon McVittie2022-05-211-1/+1
* Don't use g_type_class_add_private()Niels De Graef2020-01-141-3/+3
* 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
* Unref GkmXdgTrust::bytes in finalize()Christophe Fergeau2014-10-141-0/+4
* xdg: Don't leak ref in lookup_or_create_assertion_key()Christophe Fergeau2014-10-141-1/+1
* Remove old FSF license from header filesStef Walter2014-01-081-3/+2
* Bring in fixed ASN.1 parser from gcr libraryStef Walter2012-11-091-4/+4
* Convert from EggBytes to GBytesStef Walter2012-07-161-48/+48
* gkm: Add debug tracing for CKA_ATTRIBUTE_TYPE_INVALIDStef Walter2012-06-191-4/+18
* xdg-store: Remove references to libtasn1.hStef Walter2012-06-191-2/+0
* Bring over new egg'd components from gcrStef Walter2012-04-071-99/+101
* egg: Fix parsing of unsigned integers in DERStef Walter2011-10-041-3/+2
* Release version 3.0.03.0.0Stef Walter2011-04-041-1/+1
* Use term 'distrust' instead of 'untrust'Stef Walter2010-12-131-8/+8
* Rename CKA_G_ trust prefix to CKA_X_ and move to own file.Stef Walter2010-12-101-15/+16
* Change terminology to 'pinned certificate' from 'exception'.Stef Walter2010-12-101-9/+9
* [xdg-store] Tests and fixes for removing trust assertions.Stef Walter2010-11-261-2/+10
* [xdg-store] Trust assertions with same purpose/peer replace each other.Stef Walter2010-11-261-13/+9
* [xdg-store] Tests and more bug fixes for trust assertions.Stef Walter2010-11-261-140/+133
* [xdg-store] Fix problems exposing and refreshing trust assertions.Stef Walter2010-11-261-16/+33
* [xdg-store] Assertion creation test and fixes.Stef Walter2010-11-251-8/+14
* [xdg-store] Complete work on adding and removing assertions.Stef Walter2010-11-241-24/+192
* [pkcs11] Rename CKA_G_REMOTE to CKA_G_PEER (better terminology)Stef Walter2010-11-241-17/+20
* [egg] Add utilities so GByteArray can be used in GHashTable.Stef Walter2010-11-231-6/+10
* Implement trust assertions in pkcs11 modules.Stef Walter2010-11-191-373/+318
* [xdg-store] Tests for xdg-store and fixes.Stef Walter2010-09-211-26/+34
* [xdg-store] Implement writing of objects in xdg-store.Stef Walter2010-09-191-4/+7
* [xdg-store] Initial xdg-store with trust storage.Stef Walter2010-09-181-0/+740