summaryrefslogtreecommitdiff
path: root/egg/tests
AgeCommit message (Expand)AuthorFilesLines
2014-03-03Makefile.am: Single Makefile mode and parallel-testsStef Walter28-5683/+0
2014-01-31Updated FSF's addressDaniel Mustieles13-26/+13
2013-10-18Use AM_CPPFLAGS instead of INCLUDES in Makefile.am filesStef Walter1-1/+1
2013-04-19egg-asn1x: Update for recent changes in libtasn1Stef Walter3-14/+97
2013-02-18egg: Fix build with libtasn1 >= 3.1Sebastian Keller2-0/+2
2013-01-13egg-armor: Handle mismatched but not truncated suffix lineStef Walter1-0/+5
2013-01-11egg-armor: Fix memrchr() call with negative string lengthStef Walter2-0/+156
2012-11-22egg: Build with libcrypt at custom prefixMathias Hasselmann1-1/+2
2012-11-07egg-asn1x: More complete coverage for ASN.1 testsStef Walter4-41/+1196
2012-11-07egg-symkey: Complete tests for recent ASN.1 API changesStef Walter2-0/+427
2012-11-07egg-asn1x: Fix crash when parsing invalid DER filesStef Walter1-0/+47
2012-11-07egg-hex: Use a full string as the hex delimiterStef Walter1-4/+4
2012-06-21egg: Rework how DER parsing worksStef Walter8-104/+165
2012-06-20Use GBytes instead of our own EggBytesStef Walter4-180/+178
2011-12-08egg: Make secure memory pool shared across modulesStef Walter5-5/+15
2011-11-23egg: Add support for building simple DNsStef Walter1-0/+39
2011-11-23egg: Encode DER tag classes correctlyStef Walter2-5/+92
2011-11-23egg: Rework egg_assert_cmpbytes()Stef Walter2-12/+12
2011-11-23egg: Expose ASN.1 node typesStef Walter1-1/+29
2011-11-23egg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xxx_element_raw()Stef Walter1-8/+8
2011-11-21egg: Remove usage of libtasn1.hStef Walter4-11/+16
2011-11-21Add valgrind memory checking and fix up errorsStef Walter7-9/+36
2011-11-16gcr: Use GBytes immutable ref counted byte buffersStef Walter4-242/+301
2011-10-06Split the GCR and GCK libraries out of gnome-keyringStef Walter1-3/+1
2011-10-04egg: Fix parsing of unsigned integers in DERStef Walter1-0/+53
2011-09-27gcr: Implement recognizing of OpenPGP packetsStef Walter1-8/+9
2011-09-27egg: Add decoder for decimal data, analogous to the hex decoder.Stef Walter2-0/+137
2011-09-10Secure memory taggingStef Walter1-9/+11
2011-09-01gcr: Documentation, testing and distcheck fixesStef Walter3-4/+1
2011-09-01egg: Make OpenSSL PEM routines return outer block as well.Stef Walter1-2/+7
2011-08-25Don't keep going after tests failStef Walter1-1/+1
2011-05-13egg: Add support for encoding NULL in ASN.1Stef Walter2-0/+27
2011-04-24Modernize the remainder of the tests.Stef Walter12-44/+49
2011-04-23Better testing configure options.Stef Walter2-5/+6
2011-04-20egg: Run the hkdf testsStef Walter1-0/+1
2011-03-09Merge branch 'with-hkdf'Stef Walter2-12/+359
2011-03-08[egg] Complete implementation of openssl sytle PEM writingStef Walter1-0/+29
2011-02-27Use more modern gtest style for egg tests.Stef Walter23-951/+964
2011-02-27Implement HKDF for transport encryption security.Stef Walter2-34/+381
2011-02-23Use more modern gtest style for egg tests.Stef Walter23-951/+964
2010-12-22[egg] Remove non-deterministic checks in spawn tests.Stef Walter1-4/+0
2010-12-22Add missing files to distribution.Stef Walter1-4/+4
2010-11-24[testing] Preprocess test files before searching for tests.Stef Walter12-99/+101
2010-11-23[egg] Add functions testing ASN.1 and printing out messages.Stef Walter1-1/+4
2010-11-23[egg] Must select which choice when building ASN.1.Stef Walter1-0/+56
2010-11-22[egg] Implement egg_asn1x_set_raw_element() for explicitly tagged types.Stef Walter2-0/+99
2010-11-19Better ASN.1 test coverage and fixes.Stef Walter3-6/+89
2010-09-20[egg] Add accessor functions for enumerated ASN.1 values.Stef Walter2-0/+40
2010-09-18[egg] Add egg_asn1x_append() for adding to SEQ OF or SET OFStef Walter2-0/+35
2010-09-12Merge branch 'master' into gck-workStef Walter1-0/+1