summaryrefslogtreecommitdiff
path: root/gcr
Commit message (Expand)AuthorAgeFilesLines
* Refactor test directory function calls.Stef Walter2009-11-082-3/+3
* [gp11] CK_NOTIFY accepted when opening a session.Stef Walter2009-08-221-2/+2
* [egg, gcr, pkcs11] Take length of ASN.1 into account, when parsing.Stefan Walter2009-08-022-14/+7
* Use .ui files directly now that they're supported by glade.Stef Walter2009-07-185-652/+633
* Fix tests so they work from 'make distwcheck'Stef Walter2009-07-133-10/+5
* Fill in some API documentation.stefw2009-04-121-0/+185
* Distribute test data.stefw2009-04-021-0/+3
* Some changes to the import dialog.Stefan Walter2009-02-281-1/+7
* Fix problem with looking up pin initialized flag in the wrongStefan Walter2009-02-282-3/+92
* Add quick hack to initialize tokens before importing into them.Stefan Walter2009-02-281-2/+74
* Release version 2.25.91Stefan Walter2009-02-141-1/+1
* Don't show horizontal scrollbar.Stefan Walter2009-02-141-0/+1
* Show extensions as in hex form.Stefan Walter2009-02-141-2/+71
* Allow loading any DER certificate file.Stefan Walter2009-02-141-5/+11
* Fill in the key size field.Stefan Walter2009-02-143-63/+180
* Fill in key and signature algorithms and parameters.Stefan Walter2009-02-141-4/+26
* Change to right directory so we can easily find test certificates.Stefan Walter2009-02-141-0/+26
* Pull out OID information functionality into it's own file.Stefan Walter2009-02-141-2/+3
* Use more readable upper case space delemited hex encoding for the fingerprint.Stefan Walter2009-02-131-1/+10
* Allow specifying the delemiter and case of hex encodings.Stefan Walter2009-02-131-4/+4
* Show the correct MD5 hash in certificate basics dialog.Stefan Walter2009-02-131-1/+1
* Use size_t and gsize for memory sizes rather than unsigned long.Stefan Walter2009-02-131-1/+1
* Add G_BEGIN_DECLS/G_END_DECLS to gcr headers.Stefan Walter2009-02-118-0/+32
* Correct pkg-config for the gp11 dependency.Stefan Walter2009-02-111-1/+1
* Add translator comments.Stefan Walter2009-02-081-6/+14
* Setup automatically log into token, and pool sessions.Stefan Walter2009-02-081-2/+5
* CKA_TOKEN is a CK_BBOOL not a CK_ULONGStefan Walter2009-02-081-1/+1
* Centralize the way that libgcrypt is initialized from our code.Stefan Walter2009-02-071-82/+4
* Add GTK library dependency in libgcr.Stefan Walter2009-02-071-1/+2
* Build fixes.Stefan Walter2009-01-291-1/+1
* Install appropriate header files and fix the pkg-config file for the gcrStefan Walter2009-01-2914-185/+319
* Add basic UI widgets for displaying a certificate.Stefan Walter2009-01-2813-8/+2100
* Complete importer in gcr library. Make 'gnome-keyring import' use the newStefan Walter2009-01-2114-342/+1630
* Release version 2.25.5Stefan Walter2009-01-201-1/+3
* Fix build warningStefan Walter2009-01-181-0/+1
* Add new gcr library for crypto UI and related tasks. Implement GckParserStefan Walter2009-01-1843-0/+5483