summaryrefslogtreecommitdiff
path: root/egg/egg-asn1x.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-19egg-asn1x: Update from gcr for recent changes in libtasn1Stef Walter1-1/+11
2012-11-09Bring in fixed ASN.1 parser from gcr libraryStef Walter1-14/+46
2012-07-16Convert from EggBytes to GBytesStef Walter1-20/+18
2012-04-07Bring over new egg'd components from gcrStef Walter1-51/+71
2011-10-04egg: Fix parsing of unsigned integers in DERStef Walter1-2/+9
2011-09-12gcr: Accept slightly invalid PKCS#12 filesStef Walter1-1/+6
2011-09-01gcr: Add support for getting friendly name out of a PKCS#12 file.Stef Walter1-0/+2
2011-05-13egg: Add support for encoding NULL in ASN.1Stef Walter1-0/+2
2011-05-13Implement calculation of fingerprints for keys.Stef Walter1-1/+1
2010-11-23[egg] Add functions testing ASN.1 and printing out messages.Stef Walter1-0/+11
2010-11-23[egg] Must select which choice when building ASN.1.Stef Walter1-0/+3
2010-09-20[egg] Add accessor functions for enumerated ASN.1 values.Stef Walter1-0/+5
2010-09-18[egg] Add egg_asn1x_append() for adding to SEQ OF or SET OFStef Walter1-0/+2
2010-07-10Use new DER decoding and encoding routines.Stef Walter1-5/+74
2010-06-24[egg] Implement asn.1 encoding.Stef Walter1-1/+32
2010-06-24[egg] Implement a bunch of value reading functionality.Stef Walter1-13/+38
2010-06-24[egg] Tracking of failure messages during decoding and validation.Stef Walter1-0/+2
2010-06-24[egg] Implement asn validation, and some read functions.Stef Walter1-0/+2
2010-06-24[egg] Add asn functionality for clearing a tree.Stef Walter1-0/+2
2010-06-24[egg] Initial asn1 parser work.Stef Walter1-0/+52