summaryrefslogtreecommitdiff
path: root/gcr/gcr-pkcs11-certificate.c
Commit message (Expand)AuthorAgeFilesLines
* gcr: Add means to construct GcrCertificate from PKCS #11 URIDaiki Ueno2023-01-161-0/+107
* Drop Gck list APINiels De Graef2022-07-171-1/+1
* gcr: Drop the GcrComparable interfaceNiels De Graef2022-07-151-1/+0
* gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-091-1/+1
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-21/+7
* gcr-pkcs11-certificate: Port to GTaskNiels De Graef2021-01-121-44/+22
* gcr: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-041-1/+2
* Mark GIR constants as suchNiels De Graef2020-01-031-2/+2
* gcr: g_type_class_add_private() is deprecatedNiels De Graef2019-05-241-3/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gck: Add floating references to GckAttributesStef Walter2011-12-081-1/+1
* gck: Add GckBuilder as a mutable attribute setStef Walter2011-12-081-8/+7
* Split the GCR and GCK libraries out of gnome-keyringsplitStef Walter2011-10-061-4/+3
* gcr: More introspection and documentation cleanupStef Walter2011-09-291-2/+3
* gcr: Complete introspection annotations for gcr libraryStef Walter2011-09-281-6/+6
* gcr: Refactor GcrParser and delay listing of importersStef Walter2011-09-271-2/+2
* gcr: Don't initialize pkcs11 modules automatically.Stef Walter2011-08-251-42/+54
* Merge branch 'gnome-3-0'Stef Walter2011-04-081-0/+12
|\
| * gcr: Complete documentationStef Walter2011-04-081-0/+12
* | [gcr] More implementation of selector widget.Stef Walter2011-04-051-5/+8
|/
* [gcr] Fix memory leaks in async functions.Stef Walter2010-12-131-2/+4
* [gcr] Fix leak in gcr_pkcs11_certificate_lookup_issuer()Stef Walter2010-12-101-2/+10
* [gcr] Expose functions for setting which pkcs11 modules to use.Stef Walter2010-12-101-1/+3
* [gcr] Complete documentation for various certificate types.Stef Walter2010-12-071-12/+90
* [gcr] Implement GcrPkcs11Certificate which loads certs from PKCS#11Stef Walter2010-12-061-0/+334