aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/Makefile.am
Commit message (Collapse)AuthorAge
* fix whitespaceChristian Grothoff2017-10-05
|
* fix misc linker issuesChristian Grothoff2017-04-02
|
* 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
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fixing minor compiler warningsChristian Grothoff2014-12-06
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* -fix depChristian Grothoff2014-04-10
|
* 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&#'
* - removing superfluous test cast, my faultFlorian Dold2014-01-07
|
* - profiler actually added to svnFlorian Dold2014-01-07
| | | | | | | | - test for signature segfault with secretsharing - rudimentary implementation of cooperative decryption - consensus uses absolute time instead of relative - working DKG without zero knowledge proofs
* -fix build system issuesChristian Grothoff2013-12-23
|
* - key generation for secretsharingFlorian Dold2013-12-10
| | | | | | - gnunet-ecc -E also prints hex
* - work on secretsharingFlorian Dold2013-12-03
|
* skeleton for secretsharingFlorian Dold2013-11-05