summaryrefslogtreecommitdiff
path: root/egg
Commit message (Expand)AuthorAgeFilesLines
* mock-interaction: Properly chain up finalizeNiels De Graef2023-01-221-1/+1
* Stop using GSliceNiels De Graef2023-01-161-10/+10
* Add some OIDs to the known onesLukáš Tyrychtr2022-11-081-0/+30
* egg: Drop usage of timegm in favor of GDateTimeNiels De Graef2022-07-074-87/+0
* Use GDateTime instead of GDateNiels De Graef2022-07-073-259/+66
* Replace g_memdup with g_memdup2Niels De Graef2022-06-132-2/+2
* secure-memory: Fix odr-violation by using a private settertintou/fix-ciCorentin Noël2022-06-053-6/+38
* Drop "volatile" for g_once_init_enter locationsbugfix/drop-volatileNiels De Graef2021-05-023-3/+3
* egg: Port scratch file/directory functions from gnome-keyringDaiki Ueno2021-03-272-0/+76
* egg: Port egg-file-tracker from gnome-keyringDaiki Ueno2021-03-273-0/+363
* Remove Autotools buildNiels De Graef2021-01-161-152/+0
* Create a workaround for tests and GTaskwip/nielsdg/fix-tests-with-racy-gtaskNiels De Graef2021-01-151-0/+13
* egg-oid: add comments for translators to newly added abbreviationsDmitry Baryshkov2020-02-051-0/+4
* egg: add attributes for GOST certificatesDmitry Baryshkov2020-01-303-1/+62
* gcr: add support for parsing GOST public keys/certificatesDmitry Baryshkov2020-01-303-1/+28
* egg-dn: correctly handle BMPStrings in DNDmitry Baryshkov2020-01-301-0/+9
* egg/pkix.asn: drop standard typesDmitry Baryshkov2020-01-292-44/+0
* egg-asn1x: special function to decode ANY as fooSTRINGDmitry Baryshkov2020-01-292-0/+62
* Support Meson build systemNiels De Graef2019-12-311-0/+78
* egg: Write Proc-Type header before DEK-InfoIain Lane2019-02-061-5/+21
* egg-asn1x: Fix year 2038 workaroundAlban Browaeys2018-03-091-3/+3
* egg: Move mock-interaction.[ch] to egg/ directoryStef Walter2018-02-153-1/+140
* egg-armor: Use g_strrstr_len() instead of memrchr()Philip Chimento2016-11-151-1/+1
* egg-asn1x: Change EggAsn1xFlags to typedefPhilip Chimento2016-11-141-1/+1
* egg: Make sure names for encode-decode tests are differentDmitry Shachnev2015-10-191-1/+1
* egg: Fix bad precondation checking timegm() resultStef Walter2015-10-191-1/+1
* egg: Fix the 'make asn' build targetStef Walter2014-11-141-2/+2
* egg-asn1x: Fix memory leak in egg_asn1x_set_any_raw()Christophe Fergeau2014-11-131-0/+1
* egg/test-dn: Don't leak GBytes created in test_dn_value()Christophe Fergeau2014-11-131-0/+1
* test-asn1: Don't leak 'asn' in test_create_quark()Christophe Fergeau2014-11-131-0/+1
* egg: Fix libgcrypt integration for older libgcryptStef Walter2014-10-251-0/+1
* asn1x: Sanitize use of asn1_set_value/asn1_take_valueChristophe Fergeau2014-10-141-7/+7
* egg: Fix use of libgcrypt GCRY_THREAD_OPTION_PTHREAD_IMPLStef Walter2014-09-091-0/+2
* egg: Accomodate thread-safe libgcrypt 1.6+Stef Walter2014-09-091-37/+2
* configure: Dump required GLib version to 2.38Stef Walter2014-09-032-6/+3
* Don't use non-portable sed -i shell commandAntoine Jacoutot2014-05-211-2/+4
* asn1: More clear dump display whether something has value/notStef Walter2014-04-191-1/+7
* oid: Add various OIDs for Elliptic Curve related stuffStef Walter2014-04-191-0/+7
* asn1: Add egg_asn1x_get_string_as_usg functionStef Walter2014-04-192-6/+47
* asn1: Added updates to ASN.1 from RFCs 5480 & 5758 & 5915Scott Schmit2014-04-194-1/+321
* asn1: Fix ASN.1 compilation and update for new libtasn1Stef Walter2014-04-194-77/+77
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-0332-115/+115
* Updated FSF's addressDaniel Mustieles2014-01-3148-113/+48
* Allow valgrind support to be completely disabledLaurent Bigonville2013-12-161-2/+1
* Fix compilation if valgrind support is completely disabledLaurent Bigonville2013-12-161-1/+1
* Use AM_CPPFLAGS instead of INCLUDES in Makefile.am filesStef Walter2013-10-182-2/+2
* Use the _() macro instead of gettext(). If gi18n-lib.h isGabor Kelemen2013-08-181-1/+1
* More reliable means of checking if object was finalizedStef Walter2013-08-172-32/+0
* egg-asn1x: Update for recent changes in libtasn1Stef Walter2013-04-198-58/+1471
* Fix for deprecated glib functionalityStef Walter2013-04-191-2/+1