summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-17starting with #4709Marcello Stanisci
2016-10-14Merge branch 'master' of git+ssh://taler.net/exchangeChristian Grothoff
2016-10-14fix #4730: amount coult end up being zero, so check should be for SYSERR, not...Christian Grothoff
2016-10-13logging for refreshFlorian Dold
2016-10-13fix returning wrong status code to MHD on malformed /refresh/reveal requestChristian Grothoff
2016-10-10fix disting: auditor.conf movedChristian Grothoff
2016-10-10check dbinit return value to not fail hard if DB not availableChristian Grothoff
2016-10-09add skeletons for new DB API functionsChristian Grothoff
2016-10-09expanding exchange DB API to meet auditor requirements (not implemented, just...Christian Grothoff
2016-10-08more work on auditordb plugin APIChristian Grothoff
2016-10-08actually, the auditor only sees the hash of the public keys initiallyChristian Grothoff
2016-10-08add missing #includeChristian Grothoff
2016-10-07typoMarcello Stanisci
2016-10-07Merge branch 'master' of ssh://taler.net:/var/git/exchangeChristian Grothoff
2016-10-06move taler-auditor-sign tool to auditor/ direcotoryChristian Grothoff
2016-10-06fix having multiple primary keysChristian Grothoff
2016-10-06first draft for an auditor table structureChristian Grothoff
2016-10-06adding skeleton code for auditorChristian Grothoff
2016-10-03Adding struct to be signed over related to #4702Marcello Stanisci
2016-10-03defining merchant's signature for successful paymentsMarcello Stanisci
2016-09-30mint->exchange leftoversChristian Grothoff
2016-09-30fixing aggregator hanging after bank's errorMarcello Stanisci
2016-09-29-stylistic improvement: use numbers for counters instead of GNUNET_OK, etc.Christian Grothoff
2016-09-28removing garbage from config file (made testcase fail)Marcello Stanisci
2016-09-28typoMarcello Stanisci
2016-09-26Adding receiver in TALER_ContractPS (#4651)Marcello Stanisci
2016-09-26include execution time in signed message for /track/transfer (#4578)Christian Grothoff
2016-09-26return execution time also from exchange C API (#4578)Christian Grothoff
2016-09-26implement that /track/transaction returns execution time (#4578)Christian Grothoff
2016-09-23check return values, fix use of uninit memory on certain error handling pathsChristian Grothoff
2016-09-23fix #4673Christian Grothoff
2016-09-23Merge branch 'master' of git+ssh://git.taler.net/var/git/exchangeChristian Grothoff
2016-09-23reduce log levelChristian Grothoff
2016-09-20strtol -> strtoll, which made the anchor (see signkey generation algorithm)Marcello Stanisci
2016-09-20renaming local variableMarcello Stanisci
2016-09-07Regenerate keys before withdraw period is over.Florian Dold
2016-08-11updating DB schema to profit from new KDF-based refresh variantChristian Grothoff
2016-08-11finished implementing session-hash based reveal checkingChristian Grothoff
2016-08-11Merge branch 'master' of git+ssh://taler.net/var/git/exchangeChristian Grothoff
2016-08-11re-compute refresh session hash in reveal stepChristian Grothoff
2016-08-11Kinda seems to workJeff Burdges
2016-08-11This might fix the compile errorJeff Burdges
2016-08-08Use KDF betterJeff Burdges
2016-08-08Copy bit twiddling from libgcrypt/cipher/ecc.cJeff Burdges
2016-08-07mostly working migration of the DH-seeded refresh variantChristian Grothoff
2016-08-05first half of changing refresh protocol to derive all key data from DHChristian Grothoff
2016-07-13Merge branch 'master' of git+ssh://git.taler.net/var/git/exchangeChristian Grothoff
2016-07-13-be explicit about transaction modeChristian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-06-26fix #4591Christian Grothoff