summaryrefslogtreecommitdiff
path: root/egg/egg-asn1x.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Better ASN.1 test coverage and fixes.Stef Walter2010-11-191-2/+12
* | [egg] Add accessor functions for enumerated ASN.1 values.Stef Walter2010-09-201-8/+91
* | [egg] Add egg_asn1x_append() for adding to SEQ OF or SET OFStef Walter2010-09-181-0/+25
|/
* [egg] Fix asn.1 parsing into GDate.Stef Walter2010-07-281-14/+34
* [egg] Fix problems building on 32-bit.Stef Walter2010-07-261-15/+11
* Remove run time dependency on libtasn1.Stef Walter2010-07-111-12/+175
* Use new DER decoding and encoding routines.Stef Walter2010-07-101-80/+841
* [egg] Implement some new asn1 tests, and fix problems.Stef Walter2010-06-241-7/+16
* [egg] Move the DN functionality into its own file.Stef Walter2010-06-241-1/+1
* [egg] Implement asn.1 encoding.Stef Walter2010-06-241-84/+855
* [egg] Separate real ASN nodes in the tree from options.Stef Walter2010-06-241-145/+179