index
:
~teuf/gcr
leaks
master
teuf's gcr playground
teuf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
egg
/
egg-asn1x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-19
asn1: More clear dump display whether something has value/not
Stef Walter
1
-1
/
+7
2014-04-19
asn1: Add egg_asn1x_get_string_as_usg function
Stef Walter
1
-6
/
+44
2014-03-03
Makefile.am: Single Makefile mode and parallel-tests
Stef Walter
1
-5
/
+5
2014-01-31
Updated FSF's address
Daniel Mustieles
1
-2
/
+1
2013-04-19
egg-asn1x: Update for recent changes in libtasn1
Stef Walter
1
-29
/
+163
2013-02-13
Clearer debug message on ASN.1 parse failure
Stef Walter
1
-1
/
+1
2012-11-07
egg-asn1x: More complete coverage for ASN.1 tests
Stef Walter
1
-77
/
+62
2012-11-07
egg-asn1x: Fix corner case where long DER length overflows
Stef Walter
1
-11
/
+23
2012-11-07
egg-asn1x: Bring over changes from gnome-keyring
Stef Walter
1
-1
/
+16
2012-11-07
egg-asn1x: Fix crash when parsing invalid DER files
Stef Walter
1
-0
/
+8
2012-08-08
asn1x: Fix assertion in loading of default integer
Stef Walter
1
-2
/
+4
2012-06-21
egg: A few more asn.1 comments
Stef Walter
1
-4
/
+22
2012-06-21
egg: Rework how DER parsing works
Stef Walter
1
-1488
/
+1596
2012-06-20
Use GBytes instead of our own EggBytes
Stef Walter
1
-88
/
+90
2011-12-13
egg: Check that bytes are valid when they come into ASN.1
Stef Walter
1
-0
/
+10
2011-11-23
gcr: Implement functions for loading and using SubjectPublicKeyInfo
Stef Walter
1
-2
/
+9
2011-11-23
egg: Fix regression of DER choice encoding
Stef Walter
1
-2
/
+3
2011-11-23
egg: Encode DER tag classes correctly
Stef Walter
1
-11
/
+27
2011-11-23
egg: Expose ASN.1 node types
Stef Walter
1
-186
/
+169
2011-11-23
egg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xxx_element_raw()
Stef Walter
1
-2
/
+2
2011-11-21
Fix bugs and unused code highlighted by the clang static analyzer
Stef Walter
1
-2
/
+1
2011-11-21
egg: Remove usage of libtasn1.h
Stef Walter
1
-45
/
+78
2011-11-21
Add valgrind memory checking and fix up errors
Stef Walter
1
-2
/
+23
2011-11-16
gcr: Use GBytes immutable ref counted byte buffers
Stef Walter
1
-206
/
+389
2011-10-04
egg: Fix parsing of unsigned integers in DER
Stef Walter
1
-16
/
+109
2011-09-27
gcr: Implement parsing of openpgp packet contents into records.
Stef Walter
1
-30
/
+1
2011-09-12
gcr: Accept slightly invalid PKCS#12 files
Stef Walter
1
-24
/
+46
2011-09-12
egg: Fix ASN.1 issues validating order of SETOF
Stef Walter
1
-3
/
+3
2011-09-01
gcr: Add support for getting friendly name out of a PKCS#12 file.
Stef Walter
1
-0
/
+19
2011-08-30
Fix compile warnings when building with --disable-debug
Stef Walter
1
-3
/
+1
2011-05-13
egg: Add support for encoding NULL in ASN.1
Stef Walter
1
-0
/
+13
2011-05-13
Implement calculation of fingerprints for keys.
Stef Walter
1
-2
/
+2
2011-04-04
Release version 3.0.0
Stef Walter
1
-1
/
+4
2011-01-24
Fix undefined type in egg-asn1x.c
Ryan Stonecipher
1
-2
/
+2
2010-12-22
[egg] Don't try to encode optional sequences if empty.
Stef Walter
1
-0
/
+2
2010-12-22
[egg] Fix uninitialized list pointers.
Stef Walter
1
-0
/
+2
2010-12-13
Merge branch 'master' into trust-store
Stef Walter
1
-11
/
+14
2010-12-13
[egg] Fix memory leaks in ASN.1 code.
Stef Walter
1
-11
/
+14
2010-11-23
[egg] Encode empty SET OF and SEQUENCE OF properly.
Stef Walter
1
-13
/
+31
2010-11-23
[egg] Must select which choice when building ASN.1.
Stef Walter
1
-56
/
+95
2010-11-22
[egg] Implement egg_asn1x_set_raw_element() for explicitly tagged types.
Stef Walter
1
-32
/
+66
2010-11-21
[egg] Produce proper messages for mismatched tags in DER parsing.
Stef Walter
1
-13
/
+21
2010-11-19
Better ASN.1 test coverage and fixes.
Stef Walter
1
-2
/
+12
2010-09-20
[egg] Add accessor functions for enumerated ASN.1 values.
Stef Walter
1
-8
/
+91
2010-09-18
[egg] Add egg_asn1x_append() for adding to SEQ OF or SET OF
Stef Walter
1
-0
/
+25
2010-07-28
[egg] Fix asn.1 parsing into GDate.
Stef Walter
1
-14
/
+34
2010-07-26
[egg] Fix problems building on 32-bit.
Stef Walter
1
-15
/
+11
2010-07-11
Remove run time dependency on libtasn1.
Stef Walter
1
-12
/
+175
2010-07-10
Use new DER decoding and encoding routines.
Stef Walter
1
-80
/
+841
2010-06-24
[egg] Implement some new asn1 tests, and fix problems.
Stef Walter
1
-7
/
+16
[next]