summaryrefslogtreecommitdiff
path: root/egg/egg-asn1x.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using GSliceNiels De Graef2023-01-161-10/+10
* egg: Drop usage of timegm in favor of GDateTimeNiels De Graef2022-07-071-1/+0
* Use GDateTime instead of GDateNiels De Graef2022-07-071-142/+38
* egg-asn1x: special function to decode ANY as fooSTRINGDmitry Baryshkov2020-01-291-0/+55
* egg-asn1x: Fix year 2038 workaroundAlban Browaeys2018-03-091-3/+3
* egg: Fix bad precondation checking timegm() resultStef Walter2015-10-191-1/+1
* egg-asn1x: Fix memory leak in egg_asn1x_set_any_raw()Christophe Fergeau2014-11-131-0/+1
* asn1x: Sanitize use of asn1_set_value/asn1_take_valueChristophe Fergeau2014-10-141-7/+7
* asn1: More clear dump display whether something has value/notStef Walter2014-04-191-1/+7
* asn1: Add egg_asn1x_get_string_as_usg functionStef Walter2014-04-191-6/+44
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-031-5/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* egg-asn1x: Update for recent changes in libtasn1Stef Walter2013-04-191-29/+163
* Clearer debug message on ASN.1 parse failureStef Walter2013-02-131-1/+1
* egg-asn1x: More complete coverage for ASN.1 testsStef Walter2012-11-071-77/+62
* egg-asn1x: Fix corner case where long DER length overflowsStef Walter2012-11-071-11/+23
* egg-asn1x: Bring over changes from gnome-keyringStef Walter2012-11-071-1/+16
* egg-asn1x: Fix crash when parsing invalid DER filesStef Walter2012-11-071-0/+8
* asn1x: Fix assertion in loading of default integerStef Walter2012-08-081-2/+4
* egg: A few more asn.1 commentsStef Walter2012-06-211-4/+22
* egg: Rework how DER parsing worksStef Walter2012-06-211-1488/+1596
* Use GBytes instead of our own EggBytesStef Walter2012-06-201-88/+90
* egg: Check that bytes are valid when they come into ASN.1Stef Walter2011-12-131-0/+10
* gcr: Implement functions for loading and using SubjectPublicKeyInfoStef Walter2011-11-231-2/+9
* egg: Fix regression of DER choice encodingStef Walter2011-11-231-2/+3
* egg: Encode DER tag classes correctlyStef Walter2011-11-231-11/+27
* egg: Expose ASN.1 node typesStef Walter2011-11-231-186/+169
* egg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xxx_element_raw()Stef Walter2011-11-231-2/+2
* Fix bugs and unused code highlighted by the clang static analyzerStef Walter2011-11-211-2/+1
* egg: Remove usage of libtasn1.hStef Walter2011-11-211-45/+78
* Add valgrind memory checking and fix up errorsStef Walter2011-11-211-2/+23
* gcr: Use GBytes immutable ref counted byte buffersStef Walter2011-11-161-206/+389
* egg: Fix parsing of unsigned integers in DERStef Walter2011-10-041-16/+109
* gcr: Implement parsing of openpgp packet contents into records.Stef Walter2011-09-271-30/+1
* gcr: Accept slightly invalid PKCS#12 filesStef Walter2011-09-121-24/+46
* egg: Fix ASN.1 issues validating order of SETOFStef Walter2011-09-121-3/+3
* gcr: Add support for getting friendly name out of a PKCS#12 file.Stef Walter2011-09-011-0/+19
* Fix compile warnings when building with --disable-debugStef Walter2011-08-301-3/+1
* egg: Add support for encoding NULL in ASN.1Stef Walter2011-05-131-0/+13
* Implement calculation of fingerprints for keys.Stef Walter2011-05-131-2/+2
* Release version 3.0.0Stef Walter2011-04-041-1/+4
* Fix undefined type in egg-asn1x.cRyan Stonecipher2011-01-241-2/+2
* [egg] Don't try to encode optional sequences if empty.Stef Walter2010-12-221-0/+2
* [egg] Fix uninitialized list pointers.Stef Walter2010-12-221-0/+2
* Merge branch 'master' into trust-storeStef Walter2010-12-131-11/+14
|\
| * [egg] Fix memory leaks in ASN.1 code.Stef Walter2010-12-131-11/+14
* | [egg] Encode empty SET OF and SEQUENCE OF properly.Stef Walter2010-11-231-13/+31
* | [egg] Must select which choice when building ASN.1.Stef Walter2010-11-231-56/+95
* | [egg] Implement egg_asn1x_set_raw_element() for explicitly tagged types.Stef Walter2010-11-221-32/+66
* | [egg] Produce proper messages for mismatched tags in DER parsing.Stef Walter2010-11-211-13/+21