summaryrefslogtreecommitdiff
path: root/gcr/gcr-trust.c
Commit message (Expand)AuthorAgeFilesLines
* Drop Gck list APINiels De Graef2022-07-171-7/+7
* Add lookup of trust assertions for distrusted certscert-distrustedNiels De Graef2022-06-061-0/+186
* gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-091-5/+7
* gck: Remove authenticate_slot/object from GckModuleCorentin Noël2022-04-091-1/+1
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-38/+4
* gcr-trust: Port to GTaskNiels De Graef2021-01-121-134/+89
* Mark GIR constants as suchNiels De Graef2020-01-031-8/+8
* Use Unicode in translatable stringsPiotr Drąg2016-10-181-1/+1
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-031-8/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gcr-trust: Fix a potential NULL pointer dereferencePhilip Withnall2013-12-021-11/+9
* gck: Add floating references to GckAttributesStef Walter2011-12-081-8/+7
* gck: Add GckBuilder as a mutable attribute setStef Walter2011-12-081-38/+31
* gcr: Don't include main headers in individual componentsStef Walter2011-10-261-1/+0
* Split the GCR and GCK libraries out of gnome-keyringsplitStef Walter2011-10-061-5/+4
* gcr: Refactor GcrParser and delay listing of importersStef Walter2011-09-271-4/+4
* Split the gcr library into base and ui components.Stef Walter2011-09-261-1/+1
* gck: Add debug output to GckEnumerator and bits of GckSessionStef Walter2011-08-311-0/+8
* gcr: Don't initialize pkcs11 modules automatically.Stef Walter2011-08-251-212/+134
* gcr: Complete documentationStef Walter2011-04-081-1/+1
* Add translator comment about 'pinned certificate'Claude Paroz2011-02-091-0/+3
* [gcr] Add config file for setting trust slot origin/storageStef Walter2010-12-181-42/+24
* [gcr] Fix memory leaks in async functions.Stef Walter2010-12-131-2/+10
* [gcr] Certificate chain has a 'status' not a 'type'Stef Walter2010-12-111-1/+1
* 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-133/+129
* [gcr] Expose functions for setting which pkcs11 modules to use.Stef Walter2010-12-101-9/+65
* [gcr] Complete documentation for various certificate types.Stef Walter2010-12-071-1/+1
* [gcr] Document trust storage and lookup functions.Stef Walter2010-12-071-78/+349
* [gcr] Complete tests of gcr_trust_xxx functionality.Stef Walter2010-11-291-19/+20
* [pkcs11] Rename CKA_G_REMOTE to CKA_G_PEER (better terminology)Stef Walter2010-11-241-3/+3
* Fix up gcr library to support trust assertions.Stef Walter2010-11-191-203/+243
* Merge branch 'master' into trust-storeStef Walter2010-11-111-2/+2
* [gcr] Save subject and md5 hash as well when storing trust.Stef Walter2010-09-191-2/+13
* [gcr] Implement gcr_trust_xxx() functions.Stef Walter2010-09-181-0/+579