summaryrefslogtreecommitdiff
path: root/egg
Commit message (Expand)AuthorAgeFilesLines
...
* Don't install test/mock libraries unnecessarilyRico Tzschichholz2013-02-221-2/+6
* egg: Fix build with libtasn1 >= 3.1Sebastian Keller2013-02-183-0/+3
* Clearer debug message on ASN.1 parse failureStef Walter2013-02-131-1/+1
* egg-armor: Handle mismatched but not truncated suffix lineStef Walter2013-01-132-1/+6
* egg-armor: Fix memrchr() call with negative string lengthStef Walter2013-01-113-13/+173
* Use GMutex insteod of GStaticMutexStef Walter2012-12-221-3/+3
* egg: Build with libcrypt at custom prefixMathias Hasselmann2012-11-222-2/+4
* egg-asn1x: More complete coverage for ASN.1 testsStef Walter2012-11-075-118/+1258
* egg-asn1x: Fix corner case where long DER length overflowsStef Walter2012-11-071-11/+23
* egg-symkey: Complete tests for recent ASN.1 API changesStef Walter2012-11-073-18/+446
* egg-asn1x: Bring over changes from gnome-keyringStef Walter2012-11-072-1/+19
* egg-asn1x: Fix crash when parsing invalid DER filesStef Walter2012-11-072-0/+55
* egg-hex: Use a full string as the hex delimiterStef Walter2012-11-073-17/+24
* Merge secure memory changes from libsecretStef Walter2012-10-272-186/+213
* Fix incorrect loop condition in egg_hkdf_perform()Xi Wang2012-10-231-2/+2
* Update for deprecationsStef Walter2012-10-221-1/+2
* asn1x: Fix assertion in loading of default integerStef Walter2012-08-081-2/+4
* Remove support code for old glib versionsStef Walter2012-06-262-10/+0
* egg: A few more asn.1 commentsStef Walter2012-06-211-4/+22
* egg: Rework how DER parsing worksStef Walter2012-06-2114-1686/+1867
* Use GBytes instead of our own EggBytesStef Walter2012-06-2018-931/+362
* Fix copyright headers.Jordi Mallach2012-03-1614-42/+42
* gcr: Make prompter tests work properly, add debuggingStef Walter2011-12-133-5/+92
* gcr: Expose GcrSecureEntryBuffer as a public classStef Walter2011-12-133-267/+0
* egg: Check that bytes are valid when they come into ASN.1Stef Walter2011-12-131-0/+10
* egg: Make secure memory pool shared across modulesStef Walter2011-12-088-55/+80
* Fix build for glib 2.31 deprecationsStef Walter2011-12-061-0/+10
* gcr: Implement functions for loading and using SubjectPublicKeyInfoStef Walter2011-11-232-2/+11
* egg: Add support for building simple DNsStef Walter2011-11-233-0/+128
* egg: Fix regression of DER choice encodingStef Walter2011-11-231-2/+3
* egg: Encode DER tag classes correctlyStef Walter2011-11-233-16/+119
* egg: Rework egg_assert_cmpbytes()Stef Walter2011-11-235-16/+21
* egg: In egg_assert_cmpmem() output printable without encodingStef Walter2011-11-231-6/+11
* egg: Expose ASN.1 node typesStef Walter2011-11-233-187/+225
* egg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xxx_element_raw()Stef Walter2011-11-235-17/+17
* gcr: Add support for viewing certificate requestsStef Walter2011-11-231-0/+5
* gcr: Add support for parsing PKCS#10 and SPKAC formatsStef Walter2011-11-231-0/+14
* Don't include internal glib headersStef Walter2011-11-211-2/+1
* Fix bugs and unused code highlighted by the clang static analyzerStef Walter2011-11-213-5/+3
* egg: Remove usage of libtasn1.hStef Walter2011-11-219-76/+150
* Add valgrind memory checking and fix up errorsStef Walter2011-11-2120-218/+451
* gcr: Use GBytes immutable ref counted byte buffersStef Walter2011-11-1619-783/+1535
* Remove g_thread_init() calls.Stef Walter2011-10-291-1/+3
* Split the GCR and GCK libraries out of gnome-keyringsplitStef Walter2011-10-062-51/+1
* egg: Fix parsing of unsigned integers in DERStef Walter2011-10-043-18/+171
* ui: Use GcrSecretExchange for passing passwords to/from promptStef Walter2011-10-011-1/+1
* gcr: Implement parsing of openpgp packet contents into records.Stef Walter2011-09-274-30/+93
* gcr: Implement recognizing of OpenPGP packetsStef Walter2011-09-276-376/+467
* egg: Add decoder for decimal data, analogous to the hex decoder.Stef Walter2011-09-275-0/+272
* Rework configure build options based on recent mailing list postsStef Walter2011-09-261-7/+1