summaryrefslogtreecommitdiff
path: root/egg/tests/test-openssl.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-05Makefile.am: Move tests into same directories as tested codeStef Walter1-223/+0
This allows for a cleaner build tree, and will provide benefits when moving to a single Makefile.
2014-01-08Remove old FSF license from header filesStef Walter1-2/+1
And refresh the COPYING and COPYING.LIB files https://bugzilla.gnome.org/show_bug.cgi?id=721549
2012-07-16Convert from EggBytes to GBytesStef Walter1-19/+17
* We were using EggBytes while GBytes was not yet in a stable glib release
2012-04-07Bring over new egg'd components from gcrStef Walter1-30/+41
* Updated ASN.1, armor, bytes, openssl, etc.
2011-09-27gcr: Implement recognizing of OpenPGP packetsStef Walter1-8/+9
* Doesn't actually parse keys or anything else about OpenPGP (yet). * Generalize the PEM code so that it works for PGP armor.
2011-09-01gcr: Documentation, testing and distcheck fixesStef Walter1-1/+0
* Update symbols for new APIs * Update docs with new APIs * Change how tests find fixture files.
2011-09-01egg: Make OpenSSL PEM routines return outer block as well.Stef Walter1-2/+7
* We expose this in GcrParser so that we can reparse a block that needs a password.
2011-04-24Modernize the remainder of the tests.Stef Walter1-5/+5
* Bring up to date with gtester running and individual binaries. * Make the tests run in make distcheck
2011-03-08[egg] Complete implementation of openssl sytle PEM writingStef Walter1-0/+29
The openssl PEM parser is particularly fragile, so write some stringent tests to check.
2011-02-27Use more modern gtest style for egg tests.Stef Walter1-0/+181