aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing
Commit message (Collapse)AuthorAge
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* misc minor fixesChristian Grothoff2016-07-06
|
* fix compiler warningsFlorian Dold2016-06-27
|
* logFlorian Dold2016-06-20
|
* -fix format warningMartin Schanzenbach2016-06-20
|
* -fix FTBFSChristian Grothoff2016-06-20
|
* avoid deprecated API, use new connecT APIChristian Grothoff2016-06-19
|
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
|
* update secretsharing to new MQ APIChristian Grothoff2016-06-18
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -check return valueChristian Grothoff2014-12-07
|
* -fixing minor compiler warningsChristian Grothoff2014-12-06
|
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
|
* -eliminate dead codeChristian Grothoff2014-10-05
|
* -eliminate leakChristian Grothoff2014-10-05
|
* -check return valueChristian Grothoff2014-10-05
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* secretsharing cleanupFlorian Dold2014-08-24
|
* full proof of fair encryptionFlorian Dold2014-08-24
|
* generate proof of fair encryptionFlorian Dold2014-08-20
|
* -doxygen fixesChristian Grothoff2014-06-07
|
* -doxygen, some additional error checkingChristian Grothoff2014-05-24
|
* don't use valgrind in secretsharing profiler by defaultFlorian Dold2014-04-14
|
* fix lots of memory leaks in secretsharing decryptionFlorian Dold2014-04-14
|
* fix lots of memory leaks in secretsharing key generationFlorian Dold2014-04-14
|
* - call operation_done on testbed operations in profilerFlorian Dold2014-04-14
| | | | | - destroy consensus handles in secretsharing service correctly
* -fix depChristian Grothoff2014-04-10
|
* -doxygenChristian Grothoff2014-04-08
|
* - secretsharing api test for single peerFlorian Dold2014-02-17
| | | | | - fixed wrong endianess conversion
* - fixed wrong crypto in secretsharingFlorian Dold2014-02-11
| | | | | - added zero knowledge proofs (except the one for fair encryption) and other verifications
* - correct handling of timeouts in consensusFlorian Dold2014-02-10
| | | | | - fixed segfault in secretsharing profiler
* - extended paillier-api to also include caller-suggested maximum supported homsChristian Fuchs2014-02-04
|
* - consensus and secretsharing have both start time and deadlineFlorian Dold2014-02-03
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* remove unnecessary mpi conversionFlorian Dold2014-01-21
|
* use paillier private key container in secretsharingFlorian Dold2014-01-21
|
* use paillier public key container in secretsharingFlorian Dold2014-01-21
|
* remove paillier_decrypt in secretsharingFlorian Dold2014-01-21
|
* remove paillier_encrypt in secretsharingFlorian Dold2014-01-21
|
* remove paillier_create in secretsharingFlorian Dold2014-01-21
|
* paillier constants / structs from utilFlorian Dold2014-01-21
|
* - gnunet-secretsharing-profiler.c should not have exec flag setFlorian Dold2014-01-20
|