platform/upstream/gcr.git
2011-03-08 Stef Walter[egg] Complete implementation of openssl sytle PEM...
2011-03-07 Stef Walter[gck] Fix uri library-manufacturer test.
2011-03-04 Stef WalterTransfer the color properly onto the certificate widget...
2011-03-04 Stef WalterCalculate the minimal/natural size of certificate widge...
2011-03-03 Stef WalterMake the library-manufacturer in the trust uris actuall...
2011-03-01 Stef Walter[gck] Support 'library-manufacturer' in PKCS#11 URIs...
2011-03-01 Stef WalterMerge branch 'secret-content-type'
2011-03-01 Stef WalterMerge branch 'hard-code-config'
2011-02-28 Stef Walter[gcr] Remove support for pkcs11-options file.
2011-02-27 Stef WalterUse more modern gtest style for egg tests.
2011-02-09 Claude ParozAdd translator comment about 'pinned certificate'
2011-01-24 Ryan StonecipherFix undefined type in egg-asn1x.c
2011-01-19 Stef WalterFix problems building tests using internal functions.
2011-01-19 Stef WalterIssue new test certificates.
2011-01-19 Stef Walter[gcr] Redo the PKCS#11 configuration file.
2011-01-19 Stef Walter[gck] Update PKCS#11 URI to add library support.
2011-01-15 Marek ČernockýI18N fix - using ngettext
2010-12-29 Emilio Pozuelo... libgcr.so: Only export symbols that begin with gcr_
2010-12-29 Emilio Pozuelo... libgck.so: Only export symbols that begin with gck_
2010-12-22 Stef Walter[gcr] More fixes for GTK+ 2.91.7
2010-12-22 Stef Walter[gcr] Make tests use pkcs11.conf.defaults from srcdir.
2010-12-22 Stef WalterMerge branch 'trust-store'
2010-12-22 Stef Walter[gcr] PKCS#11 conf file is now in /etc/xdg
2010-12-22 Stef Walter[egg] Don't try to encode optional sequences if empty.
2010-12-22 Stef Walter[egg] Remove non-deterministic checks in spawn tests.
2010-12-22 Stef Walter[egg] Fix uninitialized list pointers.
2010-12-22 Stef WalterAdd missing files to distribution.
2010-12-18 Stef Walter[gcr] Add config file for setting trust slot origin...
2010-12-18 Stef Walter[gck] Allow enumeration over slots as well as modules.
2010-12-14 Stef Walter[gcr] Add distrusted GcrCertificateChainStatus
2010-12-13 Stef Walter[gcr] Fix memory leaks in trust lookup tests.
2010-12-13 Stef Walter[gcr] Fix memory leaks in async functions.
2010-12-13 Stef Walter[gcr] Fix memory leaks in certificate chain code.
2010-12-13 Stef WalterMerge branch 'master' into trust-store
2010-12-13 Stef Walter[gcr] Fix memory leaks in gcr test code.
2010-12-13 Stef Walter[egg] Fix memory leaks in ASN.1 code.
2010-12-13 Stef Walter[gcr] Fix Gtk+ version check.
2010-12-13 Stef WalterUse term 'distrust' instead of 'untrust'
2010-12-11 Stef Walter[gcr] Documentation fixes for GcrCertificateChain
2010-12-11 Stef Walter[gcr] Certificate chain has a 'status' not a 'type'
2010-12-11 Stef Walter[gcr] Fix problem where issuer was returned instead...
2010-12-10 Stef Walter[gcr] Fix memory leak in certificate chain building.
2010-12-10 Stef WalterRename CKA_G_ trust prefix to CKA_X_ and move to own...
2010-12-10 Stef WalterChange terminology to 'pinned certificate' from 'except...
2010-12-10 Stef Walter[gcr] Add GcrCertificateChain
2010-12-10 Stef Walter[gcr] Fix type check macros for certificate implementat...
2010-12-10 Stef Walter[pkcs11] Fix up standalone modules for use in tests.
2010-12-10 Stef Walter[gcr] Fix leak in gcr_pkcs11_certificate_lookup_issuer()
2010-12-10 Stef Walter[gcr] Add function to load module from file.
2010-12-10 Stef Walter[gcr] Expose functions for setting which pkcs11 modules...
2010-12-09 Stef Walter[gcr] Fix Gtk+ version check.
2010-12-07 Stef Walter[gcr] Complete documentation for various certificate...
2010-12-07 Stef Walter[gcr] Document trust storage and lookup functions.
2010-12-07 Stef Walter[gcr] More build fixes.
2010-12-06 Stef Walter[gcr] Implement GcrPkcs11Certificate which loads certs...
2010-12-06 Stef Walter[gcr] Include libgck headers explictly in gcr headers.
2010-12-06 Stef Walter[gcr] Move to a single header model.
2010-12-06 Stef Walter[gcr] Use void pointers instead of unsigned char for...
2010-12-06 Stef Walter[gcr] Add gcr_certificate_is_issuer() and finish up...
2010-12-06 Stef Walter[gcr] GcrSimpleCertificate tests.
2010-12-06 Stef WalterMerge branch 'master' into trust-store
2010-12-06 Stef Walter[gck] Don't load *.la files as PKCS#11 modules.
2010-12-06 Stef WalterMerge branch 'master' into trust-store
2010-12-06 Stef Walter[gcr] Fix build for GTK+3 style-context changes.
2010-12-02 Stef Walter[gcr] Make GcrSimpleCertificate constructor accept...
2010-11-29 Stef Walter[gcr] Complete tests of gcr_trust_xxx functionality.
2010-11-29 Stef Walter[gck] Fix crash in enumerator when C_FindObjects fails.
2010-11-29 Stef Walter[gck] Add functionality for dumping PKCS#11 attributes.
2010-11-24 Stef Walter[pkcs11] Rename CKA_G_REMOTE to CKA_G_PEER (better...
2010-11-24 Stef Walter[testing] Preprocess test files before searching for...
2010-11-23 Stef Walter[egg] Add utilities so GByteArray can be used in GHashT...
2010-11-23 Stef Walter[egg] Encode empty SET OF and SEQUENCE OF properly.
2010-11-23 Stef Walter[egg] Add functions testing ASN.1 and printing out...
2010-11-23 Stef Walter[egg] Must select which choice when building ASN.1.
2010-11-22 Stef Walter[egg] Implement egg_asn1x_set_raw_element() for explici...
2010-11-21 Stef Walter[egg] Produce proper messages for mismatched tags in...
2010-11-19 Stef WalterFix up gcr library to support trust assertions.
2010-11-19 Stef WalterBetter ASN.1 test coverage and fixes.
2010-11-11 Stef WalterMerge branch 'master' into trust-store
2010-10-14 Danielle Madeley[gcr] Replace gp11-0 with gck in pkgconfig file
2010-10-11 Stef Walter[gcr] Fix broken dispose of GcrCertificateWidget
2010-10-08 Stef Walter[gp11] Remove gp11 library.
2010-10-08 Stef WalterRelease version 2.91.1
2010-10-06 Stef Walter[gcr] Fixes for building with GTK+ 2.91.0
2010-10-06 Stef Walter[gck] Fix wrong library name in pkgconfig file
2010-10-05 Stef WalterMerge branch 'ui-widgets'
2010-10-05 Stef WalterMerge branch 'gnome-2-32'
2010-10-02 William Jon... Fix typo to fix the build
2010-10-01 Philip WithnallMiscellaneous string fixes
2010-10-01 Stef WalterMerge branch 'gck-work'
2010-10-01 Stef Walter[gck] Build libgck docs and remove gp11 docs.
2010-10-01 Stef Walter[gck] Mark the gck API as unstable with a define.
2010-09-28 Stef Walter[gck] GckAttribute with const value pointer.
2010-09-28 Stef Walter[gck] Simplify use of GckMechanism
2010-09-27 Stef Walter[gck] Cleanup use of 'full' functions.
2010-09-27 Stef Walter[gck] Add session options, remove module options.
2010-09-20 Stef Walter[egg] Add accessor functions for enumerated ASN.1 values.
2010-09-19 Stef Walter[gcr] Save subject and md5 hash as well when storing...
2010-09-18 Stef Walter[gcr] Use gpointer instead guchar for GSimpleCertificate
2010-09-18 Stef Walter[gcr] Implement gcr_trust_xxx() functions.
next