aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing
Commit message (Collapse)AuthorAge
* fix fprintf format string warningsChristian Grothoff2017-03-17
|
* Last commit as of getopt porting. 'social' still gives warnings.Marcello Stanisci2017-03-16
|
* porting socialMarcello Stanisci2017-03-16
|
* migrate secretsharing to new service APIChristian Grothoff2017-03-14
|
* build profilers only if testing is enabledDaniel Golle2017-03-05
| | | | | build fails of consensus and secretsharing fails otherwise make[7]: *** No rule to make target '../../src/testbed/libgnunettestbed.la', needed by 'gnunet-consensus-profiler'. Stop
* bump consensus and secretsharing to be built by defaultChristian Grothoff2017-02-26
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -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))