Skip to content
Tags give the ability to mark specific points in history as being important
  • split
    This is the point at which this module was split out of gnome-keyring
    
    Commits prior to this commit will not build. To build
    old releases of Gcr or Gck you should use the gnome-keyring
    git module.
    
    This module currently depends on: gtk+ >= 3.0, glib >= 2.28.0,
    p11-kit >= 0.6, libgcrypt >= 1.2.2
    
    Additionally it requires asn1Parser for building.
  • 3.3.1
    a319d796 · Release version 3.3.1 ·
    gcr 3.3.1
     - Add function to get elements of union collection
     - Add gck_slot_enumerate_objects() function
     - Enumerator can now retrieve object attributes
     - Add gck_session_find_handles() and friends
     - Add gnupg and password icons
     - Function to notify that certificate changed
     - Update glib dependency for 2.30.0
     - Build, translation and documentation fixes
  • 3.3.1.1
    78d560bf · Release version 3.3.1.1 ·
    gcr 3.3.1.1
     - Fix build issues
  • 3.3.2
    1079619f · Release 3.3.2 ·
    gcr 3.3.2
     - Allow changing collection on a GcrCollectionModel, add tree/list
       mode to GcrCollectionModel
     - Allow chaining of GckEnumerator objects, so that when objects from
       one is listed, then chained enumerator is enumerated.
     - Integrate GTlsInteraction into libgck for logging in or key auth.
     - Refactor internal DER parsing to use reference counted memory
       using the prototyped GBytes API.
     - Build fixes, documentation fixes, testing fixes, memory leak fixes
    
  • 3.3.2.1
    8b228a5d · Release version 3.3.2.1 ·
    gcr 3.3.2.1
     - Fix build issues
    
  • 3.3.3
    136b3785 · Release version 3.3.3 ·
    gcr 3.3.3
     - Add support for parsing PKCS#10 and SPKAC formats in GcrParser
     - Add support for viewing certificate requests in GcrViewer
     - Support for dynamically loading private key data from PKCS#11
     - Add GcrCertificateRequest class for requesting certificates
     - Add function to retrieve basic constraints from a certificate
     - Show import errors in an info bar under the viewer
     - Don't show empty dates in gnupg key renderer
     - Make secure memory pool shared across modules
     - Add GckBuilder as a mutable attribute set
     - Add floating references to GckAttributes
     - Rename GckObjectAttributes to GckObjectCache
     - Expose GcrSecureEntryBuffer as a public class
     - Add system prompt and prompter
     - Expose uri in GcrImporter
     - Fix build for glib 2.31 deprecations
     - Licensing fixes
     - Build fixes, internal bug fixes, documentation, etc.
    
  • 3.3.3.1
    defa049f · Release 3.3.3.1 ·
    gcr 3.3.3.1
     - Fix build issues
  • 3.3.4
    942a69b5 · Release version 3.3.4 ·
    gcr 3.3.4
     - Display an appropriate title in gcr-viewer
     - Include GcrPrompt documentation
     - Add 'new-prompt' signal to GcrSystemPrompter for use with javascript
     - Fix build for glib 2.31 deprecations
     - Build fixes
    
  • 3.3.5
    347d286e · Release 3.3.5 ·
    gcr 3.3.5:
     - Add way to specify button labels for a GcrPrompt
     - Reenable grabs for password prompts
    
  • 3.3.90
    198678cd · Release version 3.3.90 ·
    gcr 3.3.90:
     - Expose the secure memory API
    
  • 3.3.92
    7d9ed10c · Release version 3.3.92 ·
    gcr 3.3.92:
     - Fix up copyright headers
     - Updated translations
     - Build fix
    
  • 3.4.0
    6173ce92 · Release 3.4.0 ·
    gcr 3.4.0:
     (no changes since last release)
    
  • 3.4.1
    ef5ea204 · Release 3.4.1 ·
    gcr 3.4.1:
     - Fix more issues disabling grabs during password prompts
     - More debug messages to GcrSystemPrompter
     - Fix up GCR_DEBUG and GCK_DEBUG environment variables
     - Updated translations
     - Build fixes
    
  • 3.5.3
    46062832 · Release version 3.5.3 ·
    gcr 3.5.3:
     - Rework DER parsing so we can parse odd PKCS#12 files
     - Use GBytes, bump glib dependency
     - Enable gnome2 keyring storage
     - Documentation fixes
     - Updated translations
    
  • 3.5.4
    cf06bae7 · Release version 3.5.4 ·
    gcr 3.5.4:
     - Add debug output to GcrSecretExchange
     - Fix invalid warning when sending a secret exchange
     - Remove support code for old glib versions
     - Updated translations
     - Documentation fixes
    
  • 3.5.5
    fc0ad2f2 · Release version 3.5.5 ·
    gcr 3.5.5:
     - Use p11-kit/pkcs11.h instead of shipping a copy with gck.
     - Documentation fixes
     - Updated translations
    
  • 3.5.90
    ae3afcd9 · Release version 3.5.90 ·
    gcr 3.5.90:
     - Updated translations
     - Don't fail preconditions when pkcs11 isn't initialized in gcr
     - Fix regression in ASN.1 parsing
     - Build fixes
    
  • 3.5.92
    e09c73a0 · Release version 3.5.92 ·
    gcr 3.5.92:
     - Updated transaltions
    
  • 3.6.0
    ac1c2133 · Release version 3.6.0 ·
    gcr 3.6.0:
     - Updated translations
    
  • 3.6.1
    fd9997b6 · Release version 3.6.1 ·
    gcr 3.6.1
     - Remove unneeded translation
     - Clear and focus password entry in gcr-viewer when invalid password
     - Keep enumerating if getting info about one slot fails.
     - Updated translations
     - Testing fixes