aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
Commit message (Collapse)AuthorAge
* -towards a new MST for the new serviceChristian Grothoff2016-08-29
|
* op: lib for async operationsGabor X Toth2016-08-04
|
* Testcases for KDF mod nJeff Burdges2016-05-30
| | | | | | Currently just that the result is smaller than n, maybe should do more.
* removing dead codeChristian Grothoff2016-04-25
|
* Implement a Full Domain Hash (FDH) for RSA signatures and blind signaturesJeff Burdges2016-03-20
| | | | | | | | | | | | | | | | | This gives a measure of provable security to the Taler exchange/mint against hypothetical one-more forgery attacks. See: https://eprint.iacr.org/2001/002.pdf http://www.di.ens.fr/~pointche/Documents/Papers/2001_fcA.pdf We seed the FDH with the denomination keys as as a homage to RSA-PSS. This may slightly improves the exchanges's resistance to a violation of RSA-KTI and against insiders who can influence the choice of RSA keys but cannot actually exfiltrate them. Adopting FDH fixes a bug when using 512 bit RSA keys as well.
* Use SSH more safely from configureJeff Burdges2015-10-27
|
* add ecc dlog benchmarkChristian Grothoff2015-09-28
|
* -add benchmark for RSA cryptoChristian Grothoff2015-09-03
|
* Make SOCKS test conditional on an SSH binary Jeff Burdges2015-08-05
|
* Fix the SOCKS proxy test and activate it. Jeff Burdges2015-08-03
|
* Add socks lines to the makefile, but do not yet activateJeff Burdges2015-08-03
|
* Build socks.c and call it from client.cJeff Burdges2015-07-31
| | | | | | It still won't work yet, now debugging.
* -adding ecc dlog supportChristian Grothoff2015-07-02
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* adding --enable-taler-wallet configure option to build a reduced version of ↵Christian Grothoff2015-05-28
| | | | libgnunetutil with only the parts needed by GNU Taler wallets
* towards using EdDSA-ECDHE instead of ECDSA-ECDHE combined cryptosystem (API ↵Christian Grothoff2015-05-13
| | | | only)
* - added asymmetric crytp perfBart Polot2015-03-19
|
* -fix makefileChristian Grothoff2015-03-19
|
* -get test to work, but with ecdsa instead of eddsaChristian Grothoff2015-03-19
|
* - added test for EC-DH with Peer IDsBart Polot2015-03-18
|
* -dead flagsChristian Grothoff2015-02-11
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* moving hash_context testcase over as wellChristian Grothoff2015-01-09
|
* adding support for blind signatures (modernized version of Taler logic, with ↵Christian Grothoff2015-01-09
| | | | variable key length)
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -slist remainsChristian Grothoff2014-12-16
|
* fix #3570: finally remove SList APIChristian Grothoff2014-12-14
|
* add paillier benchmarkChristian Grothoff2014-12-09
|
* -code cleanupsChristian Grothoff2014-11-30
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* Enable tests to run concurrently.Sree Harsha Totakura2014-07-23
|
* Fix libgcrypt linker flags.Sree Harsha Totakura2014-06-17
|
* client manager: higher level client API with a transmission queue and ↵Gabor X Toth2014-05-29
| | | | message handler registration
* version bumping for 0.10.1Christian Grothoff2014-04-08
|
* - Expose speedup routines as an internal header.Sree Harsha Totakura2014-03-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 linker error for pallier testChristian Grothoff2014-01-30
|
* - re-added testcase for crypto-paillierChristian Fuchs2014-01-29
| | | | | - fixed remaining pailier-test bug - now: achieve world domination or off to new shores
* - omitted test for crypto_paillier for now... Christian Fuchs2014-01-29
|
* 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&#'
* - paillier implementation and testFlorian Dold2014-01-20
|
* - paillier implementationFlorian Dold2014-01-20
|
* - make mpi scan/print publicFlorian Dold2014-01-20
| | | | | - secretsharing key generation and decryption fixed
* Add NSE proof of work standalone tool and benchmarkBart Polot2014-01-10
|
* Add console hackery for gnunet-conversation on W32LRN2014-01-08
|
* -fix build system issuesChristian Grothoff2013-12-23
|
* detect python interpreter Matthias Wachs2013-12-06
| | | | | error handling
* basic qr code readingMatthias Wachs2013-12-06
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|