summaryrefslogtreecommitdiff
path: root/gcr/gcr-key-mechanisms.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace g_memdup with g_memdup2Niels De Graef2022-06-131-1/+1
|
* gck: Remove deprecated headerCorentin Noël2022-04-091-1/+1
|
* gcr/key-mechanism: Port to GTaskwip/nielsdg/gcr-key-mechanisms-gtaskNiels De Graef2021-02-051-26/+29
|
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-031-4/+2
| | | | | Rather than using our own _gck_debug() and _gcr_debug() wrappers.
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Revert changes to libtool version and removed APIStef Walter2011-12-091-1/+1
| | | | | | | | | * There were problems with applications that didn't use libgck but linked to the old version with the old libtool number: empathy * So stub out the removed functions, revert the libtool version changes instead of removing those functions. This reverts commit ef7e91d66839d4104ee6ba9681e49506f5dd5fa3.
* gck: Bump gck libtool version, as we removed interfaces from libgckStef Walter2011-12-081-1/+1
| | | | | | | | | | * libgck API is not yet stable. * Gck is only used internally in the gcr projcet, gnome-keyring project and the seahorse project. * We want to be threadsafe with regard to attributes, and the functions removed can't be implemented within the new framework. * Remove deprecated functions at the same time, since this is an opportunity to cleanup.
* gck: Rename GckObjectAttributes to GckObjectCacheStef Walter2011-12-081-18/+5
| | | | | | | * And allow updating of the attributes, in particula adding attributes that are discovered. * Add a gck_object_cache_lookup() methods which load attributes and then updates the cache if the object has a cache.
* gcr: Fix build gulong != gsizeStef Walter2011-11-251-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=664832
* gcr: Support plain RSA signingStef Walter2011-11-241-0/+222
* And detect the mechanisms supported on a given key.