summaryrefslogtreecommitdiff
path: root/egg
Commit message (Expand)AuthorAgeFilesLines
* TPM2: Fix primary key generation in decryptingDhanuka Warusadura2021-08-122-7/+11
* Add TPM2 API and its implementations to eggDhanuka Warusadura2021-08-044-0/+615
* Remove autotools config fileDhanuka Warusadura2021-07-051-46/+0
* meson: Run tests for libeggDaiki Ueno2021-07-031-0/+27
* Drop "volatile" for g_once_init_enter locationsNiels De Graef2021-06-121-1/+1
* meson: Clean up unused variablesNiels De Graef2020-06-011-1/+1
* egg-testing: Sync with gnome-keyringDaiki Ueno2019-10-132-1/+77
* build: Fix FTBFS using meson without valgrindXi Ruoyao2019-09-202-3/+1
* tests: undef G_DISABLE_ASSERTDaiki Ueno2019-06-294-0/+10
* egg: Request that secure memory not be dumped to diskMatthew Garrett2019-06-021-0/+13
* Fix the meson build on -Dgcrypt=falseNiels De Graef2019-05-131-5/+6
* Stop using g_assert() in unit testsNiels De Graef2019-05-126-67/+67
* Add build support for MesonNiels De Graef2019-01-192-0/+25
* egg: Fix null termination behavior of egg_secure_strndup()Daiki Ueno2018-03-291-0/+1
* DH: Ensure that generated secret occupies the same number of bytes as prime.Tomasz Miąsko2017-02-281-4/+11
* Fix typosAntonio Murdaca2016-03-081-1/+1
* build-sys: Update valgrind headersChristophe Fergeau2015-10-191-2/+2
* egg: Accomodate thread-safe libgcrypt 1.6+Stef Walter2014-09-091-37/+8
* Makefile.am: Use a single Makefile.am and parallel testsStef Walter2014-03-046-51/+37
* Updated FSF's addressDaniel Mustieles2014-01-236-12/+6
* More reliable means of checking if object was finalizedStef Walter2013-08-152-46/+0
* Use AM_CPPFLAGS instead of INCLUDESStef Walter2013-06-212-2/+2
* egg: Don't use deprecated g_thread_supported() functionStef Walter2013-02-131-2/+1
* Fix for GStaticMutex deprecations in glibStef Walter2013-01-251-3/+3
* egg-hex: Bring over changes from gnome-keyring and gcrStef Walter2012-11-073-25/+35
* Remove some unused test codeStef Walter2012-11-061-2/+0
* Bring over a new version of the secure memory code from gcrStef Walter2012-10-275-288/+299
* Fix incorrect loop condition in egg_hkdf_perform()Xi Wang2012-10-231-2/+2
* Fix license header issuesStef Walter2012-03-3112-117/+129
* Only copy the correct amount of bytes from SecretValueStef Walter2012-03-252-0/+27
* Testing item stuff, and fixing bugsStef Walter2012-02-032-11/+20
* Test creating items and collectionsStef Walter2012-02-031-0/+21
* Prompting and item deletionStef Walter2012-01-132-0/+13
* Fix problem when compiling without valgrindStef Walter2011-11-191-0/+2
* Implement gsecret_service_get_secrets_for_paths() and friendsStef Walter2011-11-126-10/+325
* Valgrind integration, refactor build processStef Walter2011-11-068-41/+116
* Fix for deprecations in glib 2.31.0Stef Walter2011-11-063-62/+70
* Add --enable-debug and --enable-coverage, egg tests etcStef Walter2011-09-257-0/+1061
* Add dependency on libgcryptStef Walter2011-09-253-3/+158
* More Implementation of GSecretService session related code.Stef Walter2011-09-257-125/+772
* Initial module setup. Implement GSecretDataStef Walter2011-08-083-0/+1346