summaryrefslogtreecommitdiff
path: root/egg
AgeCommit message (Expand)AuthorFilesLines
2014-09-09egg: Fix use of libgcrypt GCRY_THREAD_OPTION_PTHREAD_IMPLStef Walter1-0/+2
2014-09-09egg: Accomodate thread-safe libgcrypt 1.6+Stef Walter1-37/+2
2014-09-03configure: Dump required GLib version to 2.38Stef Walter2-6/+3
2014-05-21Don't use non-portable sed -i shell commandAntoine Jacoutot1-2/+4
2014-04-19asn1: More clear dump display whether something has value/notStef Walter1-1/+7
2014-04-19oid: Add various OIDs for Elliptic Curve related stuffStef Walter1-0/+7
2014-04-19asn1: Add egg_asn1x_get_string_as_usg functionStef Walter2-6/+47
2014-04-19asn1: Added updates to ASN.1 from RFCs 5480 & 5758 & 5915Scott Schmit4-1/+321
2014-04-19asn1: Fix ASN.1 compilation and update for new libtasn1Stef Walter4-77/+77
2014-03-03Makefile.am: Single Makefile mode and parallel-testsStef Walter32-115/+115
2014-01-31Updated FSF's addressDaniel Mustieles48-113/+48
2013-12-16Allow valgrind support to be completely disabledLaurent Bigonville1-2/+1
2013-12-16Fix compilation if valgrind support is completely disabledLaurent Bigonville1-1/+1
2013-10-18Use AM_CPPFLAGS instead of INCLUDES in Makefile.am filesStef Walter2-2/+2
2013-08-18Use the _() macro instead of gettext(). If gi18n-lib.h isGabor Kelemen1-1/+1
2013-08-17More reliable means of checking if object was finalizedStef Walter2-32/+0
2013-04-19egg-asn1x: Update for recent changes in libtasn1Stef Walter8-58/+1471
2013-04-19Fix for deprecated glib functionalityStef Walter1-2/+1
2013-02-22Don't install test/mock libraries unnecessarilyRico Tzschichholz1-2/+6
2013-02-18egg: Fix build with libtasn1 >= 3.1Sebastian Keller3-0/+3
2013-02-13Clearer debug message on ASN.1 parse failureStef Walter1-1/+1
2013-01-13egg-armor: Handle mismatched but not truncated suffix lineStef Walter2-1/+6
2013-01-11egg-armor: Fix memrchr() call with negative string lengthStef Walter3-13/+173
2012-12-22Use GMutex insteod of GStaticMutexStef Walter1-3/+3
2012-11-22egg: Build with libcrypt at custom prefixMathias Hasselmann2-2/+4
2012-11-07egg-asn1x: More complete coverage for ASN.1 testsStef Walter5-118/+1258
2012-11-07egg-asn1x: Fix corner case where long DER length overflowsStef Walter1-11/+23
2012-11-07egg-symkey: Complete tests for recent ASN.1 API changesStef Walter3-18/+446
2012-11-07egg-asn1x: Bring over changes from gnome-keyringStef Walter2-1/+19
2012-11-07egg-asn1x: Fix crash when parsing invalid DER filesStef Walter2-0/+55
2012-11-07egg-hex: Use a full string as the hex delimiterStef Walter3-17/+24
2012-10-27Merge secure memory changes from libsecretStef Walter2-186/+213
2012-10-23Fix incorrect loop condition in egg_hkdf_perform()Xi Wang1-2/+2
2012-10-22Update for deprecationsStef Walter1-1/+2
2012-08-08asn1x: Fix assertion in loading of default integerStef Walter1-2/+4
2012-06-26Remove support code for old glib versionsStef Walter2-10/+0
2012-06-21egg: A few more asn.1 commentsStef Walter1-4/+22
2012-06-21egg: Rework how DER parsing worksStef Walter14-1686/+1867
2012-06-20Use GBytes instead of our own EggBytesStef Walter18-931/+362
2012-03-16Fix copyright headers.Jordi Mallach14-42/+42
2011-12-13gcr: Make prompter tests work properly, add debuggingStef Walter3-5/+92
2011-12-13gcr: Expose GcrSecureEntryBuffer as a public classStef Walter3-267/+0
2011-12-13egg: Check that bytes are valid when they come into ASN.1Stef Walter1-0/+10
2011-12-08egg: Make secure memory pool shared across modulesStef Walter8-55/+80
2011-12-06Fix build for glib 2.31 deprecationsStef Walter1-0/+10
2011-11-23gcr: Implement functions for loading and using SubjectPublicKeyInfoStef Walter2-2/+11
2011-11-23egg: Add support for building simple DNsStef Walter3-0/+128
2011-11-23egg: Fix regression of DER choice encodingStef Walter1-2/+3
2011-11-23egg: Encode DER tag classes correctlyStef Walter3-16/+119
2011-11-23egg: Rework egg_assert_cmpbytes()Stef Walter5-16/+21