egg-asn1x: More complete coverage for ASN.1 tests
[platform/upstream/gcr.git] / egg / egg-asn1x.c
2012-11-07 Stef Walteregg-asn1x: More complete coverage for ASN.1 tests
2012-11-07 Stef Walteregg-asn1x: Fix corner case where long DER length overflows
2012-11-07 Stef Walteregg-asn1x: Bring over changes from gnome-keyring
2012-11-07 Stef Walteregg-asn1x: Fix crash when parsing invalid DER files
2012-08-08 Stef Walterasn1x: Fix assertion in loading of default integer
2012-06-30 Stef WalterMerge branch 'gnome-3-4'
2012-06-21 Stef Walteregg: A few more asn.1 comments
2012-06-21 Stef Walteregg: Rework how DER parsing works
2012-06-20 Stef WalterUse GBytes instead of our own EggBytes
2011-12-13 Stef Walteregg: Check that bytes are valid when they come into...
2011-11-23 Stef Waltergcr: Implement functions for loading and using SubjectP...
2011-11-23 Stef Walteregg: Fix regression of DER choice encoding
2011-11-23 Stef Walteregg: Encode DER tag classes correctly
2011-11-23 Stef Walteregg: Expose ASN.1 node types
2011-11-23 Stef Walteregg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xx...
2011-11-21 Stef WalterFix bugs and unused code highlighted by the clang stati...
2011-11-21 Stef Walteregg: Remove usage of libtasn1.h
2011-11-21 Stef WalterAdd valgrind memory checking and fix up errors
2011-11-16 Stef Waltergcr: Use GBytes immutable ref counted byte buffers
2011-10-04 Stef Walteregg: Fix parsing of unsigned integers in DER
2011-09-27 Stef Waltergcr: Implement parsing of openpgp packet contents into...
2011-09-19 Stef WalterMerge branch 'track-memory'
2011-09-19 Stef WalterMerge branch 'sort-values'
2011-09-12 Stef Waltergcr: Accept slightly invalid PKCS#12 files
2011-09-12 Stef Walteregg: Fix ASN.1 issues validating order of SETOF
2011-09-01 Stef Waltergcr: Add support for getting friendly name out of a...
2011-08-30 Stef WalterFix compile warnings when building with --disable-debug
2011-06-07 Stef WalterMerge branch 'gnome-3-0'
2011-05-31 Stef WalterMerge branch 'gnome-3-0'
2011-05-26 Stef WalterMerge branch 'gnome-3-0'
2011-05-24 Stef WalterMerge branch 'key-fingerprints'
2011-05-13 Stef Walteregg: Add support for encoding NULL in ASN.1
2011-05-13 Stef WalterImplement calculation of fingerprints for keys.
2011-04-05 Stef WalterMerge branch 'gnome-3-0'
2011-04-04 Stef WalterRelease version 3.0.0
2011-01-24 Ryan StonecipherFix undefined type in egg-asn1x.c
2010-12-22 Stef WalterMerge branch 'trust-store'
2010-12-22 Stef Walter[egg] Don't try to encode optional sequences if empty.
2010-12-22 Stef Walter[egg] Fix uninitialized list pointers.
2010-12-13 Stef WalterMerge branch 'master' into trust-store
2010-12-13 Stef Walter[egg] Fix memory leaks in ASN.1 code.
2010-12-06 Stef WalterMerge branch 'master' into trust-store
2010-12-06 Stef WalterMerge branch 'master' into trust-store
2010-11-23 Stef Walter[egg] Encode empty SET OF and SEQUENCE OF properly.
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 WalterBetter ASN.1 test coverage and fixes.
2010-11-11 Stef WalterMerge branch 'master' into trust-store
2010-09-20 Stef Walter[egg] Add accessor functions for enumerated ASN.1 values.
2010-09-18 Stef Walter[egg] Add egg_asn1x_append() for adding to SEQ OF or...
2010-08-28 Stef WalterMerge branch 'gck-work' into ui-widgets
2010-07-28 Stef Walter[egg] Fix asn.1 parsing into GDate.
2010-07-26 Stef Walter[egg] Fix problems building on 32-bit.
2010-07-11 Stef WalterRemove run time dependency on libtasn1.
2010-07-10 Stef WalterUse new DER decoding and encoding routines.
2010-06-28 Stef WalterMerge branch 'gpg-agent'
2010-06-28 Stef WalterMerge branch 'asn1-work'
2010-06-24 Stef Walter[egg] Implement some new asn1 tests, and fix problems.
2010-06-24 Stef Walter[egg] Move the DN functionality into its own file.
2010-06-24 Stef Walter[egg] Implement asn.1 encoding.
2010-06-24 Stef Walter[egg] Separate real ASN nodes in the tree from options.
2010-06-24 Stef Walter[egg] Implement a bunch of value reading functionality.
2010-06-24 Stef Walter[egg] Tracking of failure messages during decoding...
2010-06-24 Stef Walter[egg] Implement asn validation, and some read functions.
2010-06-24 Stef Walter[egg] Add asn functionality for clearing a tree.
2010-06-24 Stef Walter[egg] Rework asn1 decoding, add set support, much more...
2010-06-24 Stef Walter[egg] Some more minor fixes for parsing certificates.
2010-06-24 Stef Walter[egg] Handle identifier joins that are more than one...
2010-06-24 Stef Walter[egg] Work on indefinite length encodings.
2010-06-24 Stef Walter[egg] Implement DER parsing of a certificate.
2010-06-24 Stef Walter[egg] Rework how asn nodes are accessed.
2010-06-24 Stef Walter[egg] Implement better dumping of asn1 tree.
2010-06-24 Stef Walter[egg] Initial asn1 parser work.