summaryrefslogtreecommitdiff
path: root/egg/egg-asn1x.h
Commit message (Expand)AuthorAgeFilesLines
* Use GDateTime instead of GDateNiels De Graef2022-07-071-16/+1
* egg-asn1x: special function to decode ANY as fooSTRINGDmitry Baryshkov2020-01-291-0/+7
* egg-asn1x: Change EggAsn1xFlags to typedefPhilip Chimento2016-11-141-1/+1
* asn1: Add egg_asn1x_get_string_as_usg functionStef Walter2014-04-191-0/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* egg-asn1x: Update for recent changes in libtasn1Stef Walter2013-04-191-1/+11
* egg-asn1x: Bring over changes from gnome-keyringStef Walter2012-11-071-0/+3
* egg: Rework how DER parsing worksStef Walter2012-06-211-18/+50
* Use GBytes instead of our own EggBytesStef Walter2012-06-201-19/+17
* egg: Expose ASN.1 node typesStef Walter2011-11-231-0/+27
* egg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xxx_element_raw()Stef Walter2011-11-231-2/+2
* egg: Remove usage of libtasn1.hStef Walter2011-11-211-4/+4
* gcr: Use GBytes immutable ref counted byte buffersStef Walter2011-11-161-45/+35
* egg: Fix parsing of unsigned integers in DERStef Walter2011-10-041-2/+9
* gcr: Accept slightly invalid PKCS#12 filesStef Walter2011-09-121-1/+6
* gcr: Add support for getting friendly name out of a PKCS#12 file.Stef Walter2011-09-011-0/+2
* egg: Add support for encoding NULL in ASN.1Stef Walter2011-05-131-0/+2
* Implement calculation of fingerprints for keys.Stef Walter2011-05-131-1/+1
* [egg] Add functions testing ASN.1 and printing out messages.Stef Walter2010-11-231-0/+11
* [egg] Must select which choice when building ASN.1.Stef Walter2010-11-231-0/+3
* [egg] Add accessor functions for enumerated ASN.1 values.Stef Walter2010-09-201-0/+5
* [egg] Add egg_asn1x_append() for adding to SEQ OF or SET OFStef Walter2010-09-181-0/+2
* Use new DER decoding and encoding routines.Stef Walter2010-07-101-5/+74
* [egg] Implement asn.1 encoding.Stef Walter2010-06-241-1/+32
* [egg] Implement a bunch of value reading functionality.Stef Walter2010-06-241-13/+38
* [egg] Tracking of failure messages during decoding and validation.Stef Walter2010-06-241-0/+2
* [egg] Implement asn validation, and some read functions.Stef Walter2010-06-241-0/+2
* [egg] Add asn functionality for clearing a tree.Stef Walter2010-06-241-0/+2
* [egg] Initial asn1 parser work.Stef Walter2010-06-241-0/+52