summaryrefslogtreecommitdiff
path: root/egg
Commit message (Expand)AuthorAgeFilesLines
* [egg] Don't try to encode optional sequences if empty.Stef Walter2010-12-221-0/+2
* [egg] Remove non-deterministic checks in spawn tests.Stef Walter2010-12-221-4/+0
* [egg] Fix uninitialized list pointers.Stef Walter2010-12-221-0/+2
* Add missing files to distribution.Stef Walter2010-12-221-4/+4
* 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
* | [testing] Preprocess test files before searching for tests.Stef Walter2010-11-2412-99/+101
* | [egg] Add utilities so GByteArray can be used in GHashTable.Stef Walter2010-11-233-0/+99
* | [egg] Encode empty SET OF and SEQUENCE OF properly.Stef Walter2010-11-231-13/+31
* | [egg] Add functions testing ASN.1 and printing out messages.Stef Walter2010-11-232-1/+15
* | [egg] Must select which choice when building ASN.1.Stef Walter2010-11-233-56/+154
* | [egg] Implement egg_asn1x_set_raw_element() for explicitly tagged types.Stef Walter2010-11-223-32/+165
* | [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-194-8/+101
* | Merge branch 'master' into trust-storeStef Walter2010-11-111-1/+1
|\ \ | |/
| * Miscellaneous string fixesPhilip Withnall2010-10-011-1/+1
* | [egg] Add accessor functions for enumerated ASN.1 values.Stef Walter2010-09-204-8/+136
* | [egg] Add egg_asn1x_append() for adding to SEQ OF or SET OFStef Walter2010-09-184-0/+62
|/
* Merge branch 'master' into gck-workStef Walter2010-09-122-1/+3
|\
| * Release version 2.31.92Stef Walter2010-09-121-0/+1
| * [egg] Fix secure memory assertion.Stef Walter2010-09-111-1/+2
* | Port gnome-keyring to new gck library.Stef Walter2010-08-251-1/+11
* | [egg] Make the hex decoder more robustStef Walter2010-08-093-22/+72
|/
* [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-112-13/+175
* Use new DER decoding and encoding routines.Stef Walter2010-07-1017-1366/+1524
* [egg] Implement some new asn1 tests, and fix problems.Stef Walter2010-06-245-8/+245
* [egg] Move the DN functionality into its own file.Stef Walter2010-06-249-412/+549
* [egg] Implement asn.1 encoding.Stef Walter2010-06-243-87/+900
* [egg] Separate real ASN nodes in the tree from options.Stef Walter2010-06-241-145/+179
* [egg] Implement a bunch of value reading functionality.Stef Walter2010-06-242-54/+324
* [egg] Tracking of failure messages during decoding and validation.Stef Walter2010-06-243-43/+90
* [egg] Implement asn validation, and some read functions.Stef Walter2010-06-242-47/+843
* [egg] Add asn functionality for clearing a tree.Stef Walter2010-06-243-51/+80
* [egg] Rework asn1 decoding, add set support, much more robust.Stef Walter2010-06-243-444/+527
* [egg] A few more parsing tests.Stef Walter2010-06-244-0/+25
* [egg] Some more minor fixes for parsing certificates.Stef Walter2010-06-242-7/+6
* [egg] Handle identifier joins that are more than one level deep.Stef Walter2010-06-241-12/+21
* [egg] Work on indefinite length encodings.Stef Walter2010-06-243-56/+324
* [egg] Implement DER parsing of a certificate.Stef Walter2010-06-241-192/+305
* [egg] Rework how asn nodes are accessed.Stef Walter2010-06-241-161/+60
* [egg] Implement better dumping of asn1 tree.Stef Walter2010-06-241-1/+37
* [egg] Initial asn1 parser work.Stef Walter2010-06-245-0/+719
* Cleaner naming in testing suite.Stef Walter2010-06-089-9/+9
* Cleanup naming and whitespace for testing stuff.Stef Walter2010-06-0810-22/+22
* Run tests in a second thread, and run mainloop.Stef Walter2010-06-081-3/+3
* Simpler way to define secure memory callbacks.Stef Walter2010-06-081-0/+8
* Fix make dist (ship egg/egg-error.h)Vincent Untz2010-03-301-0/+1
* More robust error display and handling.Stef Walter2010-03-191-0/+34