summaryrefslogtreecommitdiff
path: root/egg/egg-asn1x.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Makefile.am: Use parallel tests for 'make check'Stef Walter1-4/+4
2014-01-08Remove old FSF license from header filesStef Walter1-3/+2
2013-04-19egg-asn1x: Update from gcr for recent changes in libtasn1Stef Walter1-30/+164
2012-11-09egg-asn1x: More complete coverage for ASN.1 testsStef Walter1-77/+62
2012-11-09egg-asn1x: Fix corner case where long DER length overflowsStef Walter1-11/+23
2012-11-09egg-asn1x: Fix crash when parsing invalid DER filesStef Walter1-0/+8
2012-11-09Bring in fixed ASN.1 parser from gcr libraryStef Walter1-1503/+1629
2012-07-16Convert from EggBytes to GBytesStef Walter1-91/+93
2012-04-07Bring over new egg'd components from gcrStef Walter1-446/+716
2011-10-04egg: Fix parsing of unsigned integers in DERStef Walter1-16/+109
2011-09-27gcr: Implement parsing of openpgp packet contents into records.Stef Walter1-30/+1
2011-09-12gcr: Accept slightly invalid PKCS#12 filesStef Walter1-24/+46
2011-09-12egg: Fix ASN.1 issues validating order of SETOFStef Walter1-3/+3
2011-09-01gcr: Add support for getting friendly name out of a PKCS#12 file.Stef Walter1-0/+19
2011-08-30Fix compile warnings when building with --disable-debugStef Walter1-3/+1
2011-05-13egg: Add support for encoding NULL in ASN.1Stef Walter1-0/+13
2011-05-13Implement calculation of fingerprints for keys.Stef Walter1-2/+2
2011-04-04Release version 3.0.0Stef Walter1-1/+4
2011-01-24Fix undefined type in egg-asn1x.cRyan Stonecipher1-2/+2
2010-12-22[egg] Don't try to encode optional sequences if empty.Stef Walter1-0/+2
2010-12-22[egg] Fix uninitialized list pointers.Stef Walter1-0/+2
2010-12-13Merge branch 'master' into trust-storeStef Walter1-11/+14
2010-12-13[egg] Fix memory leaks in ASN.1 code.Stef Walter1-11/+14
2010-11-23[egg] Encode empty SET OF and SEQUENCE OF properly.Stef Walter1-13/+31
2010-11-23[egg] Must select which choice when building ASN.1.Stef Walter1-56/+95
2010-11-22[egg] Implement egg_asn1x_set_raw_element() for explicitly tagged types.Stef Walter1-32/+66
2010-11-21[egg] Produce proper messages for mismatched tags in DER parsing.Stef Walter1-13/+21
2010-11-19Better ASN.1 test coverage and fixes.Stef Walter1-2/+12
2010-09-20[egg] Add accessor functions for enumerated ASN.1 values.Stef Walter1-8/+91
2010-09-18[egg] Add egg_asn1x_append() for adding to SEQ OF or SET OFStef Walter1-0/+25
2010-07-28[egg] Fix asn.1 parsing into GDate.Stef Walter1-14/+34
2010-07-26[egg] Fix problems building on 32-bit.Stef Walter1-15/+11
2010-07-11Remove run time dependency on libtasn1.Stef Walter1-12/+175
2010-07-10Use new DER decoding and encoding routines.Stef Walter1-80/+841
2010-06-24[egg] Implement some new asn1 tests, and fix problems.Stef Walter1-7/+16
2010-06-24[egg] Move the DN functionality into its own file.Stef Walter1-1/+1
2010-06-24[egg] Implement asn.1 encoding.Stef Walter1-84/+855
2010-06-24[egg] Separate real ASN nodes in the tree from options.Stef Walter1-145/+179
2010-06-24[egg] Implement a bunch of value reading functionality.Stef Walter1-41/+286
2010-06-24[egg] Tracking of failure messages during decoding and validation.Stef Walter1-42/+87
2010-06-24[egg] Implement asn validation, and some read functions.Stef Walter1-47/+841
2010-06-24[egg] Add asn functionality for clearing a tree.Stef Walter1-6/+59
2010-06-24[egg] Rework asn1 decoding, add set support, much more robust.Stef Walter1-438/+475
2010-06-24[egg] Some more minor fixes for parsing certificates.Stef Walter1-3/+2
2010-06-24[egg] Handle identifier joins that are more than one level deep.Stef Walter1-12/+21
2010-06-24[egg] Work on indefinite length encodings.Stef Walter1-55/+314
2010-06-24[egg] Implement DER parsing of a certificate.Stef Walter1-192/+305
2010-06-24[egg] Rework how asn nodes are accessed.Stef Walter1-161/+60
2010-06-24[egg] Implement better dumping of asn1 tree.Stef Walter1-1/+37
2010-06-24[egg] Initial asn1 parser work.Stef Walter1-0/+617