Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-08 | initialize master_pub field | Christian Grothoff | |
2020-12-06 | implement new taler-auditor-offline tool | Christian Grothoff | |
2020-12-05 | move all TALER_SIGNATURE_SM_-operations to secmod_signatures.c | Christian Grothoff | |
2020-12-04 | centralize (most) offline signing/verifying operations into offline_signatures.c | Christian Grothoff | |
2020-11-23 | finish helper test cases | Christian Grothoff | |
2020-11-23 | implement exchange online signing key client library | Christian Grothoff | |
2020-11-22 | first sketch of eddsa helper | Christian Grothoff | |
2020-11-22 | complete crypto helper denom testing | Christian Grothoff | |
2020-11-22 | start with testing crypto rsa helper | Christian Grothoff | |
2020-11-21 | implementing client library for talking to the crypto helper process | Christian Grothoff | |
2020-11-15 | handle revocation requests | Christian Grothoff | |
2020-11-15 | implement notfiy_client_dk_add | Christian Grothoff | |
2020-11-15 | add taler-helper-crypto-rsa to build system | Christian Grothoff | |
2020-08-19 | implement i18n lookup logic for #6458 | Christian Grothoff | |
2020-07-22 | update gana, add error codes c file | Jonathan Buchanan | |
2020-07-05 | moved yna to exchange | Jonathan Buchanan | |
2020-03-28 | address FIXME | Christian Grothoff | |
2020-01-19 | split off mhd.c | Christian Grothoff | |
2020-01-19 | separate util.c and url.c | Christian Grothoff | |
2020-01-16 | remove wallet-specific code | Florian Dold | |
2020-01-15 | buffer lib has moved to GNUnet | Florian Dold | |
2020-01-14 | split off buffer logic | Christian Grothoff | |
2020-01-14 | refactor uri parsing logic, prepare for unit test | Christian Grothoff | |
2018-04-02 | Changing configuration structure to enable multiple accounts. | Christian Grothoff | |
This change enables using multiple wire plugins at the same time. Also, we now distinguish between the wire plugin (i.e. EBICS or taler_bank) and the wire method (i.e. SEPA or x-taler-bank) that the wire plugin is implementing. The "taler-bank" wire method was renamed from "test" to "x-taler-bank". This also changes the format of the /wire response of the exchange, as we now need to return multiple accounts. Note that wire fees are specified per wire method, not per wire account. taler-exchange-keyup now automatically signs all of the /wire responses in the location specified by the configuration. Account identification in wire plugins was changed to use payto://-URLs instead of method-specific JSON fields. Signing and validation of /wire responses was moved from each wire plugin to a generic validation method in libtalerutil (crypto) or libtalerjson (for JSON-formatted inputs). Convenience methods were added to generate JSON for wire accounts (salting, signing). Various section and option names were adjusted to streamline the configuration and make it more consistent overall. Documentation was updated as well. | |||
2018-01-31 | url construction helpers | Florian Dold | |
2017-06-06 | bump versions for releasev0.3.0 | Christian Grothoff | |
2016-11-18 | addressing #4803: nicer error messages for invalid wire formats | Christian Grothoff | |
2016-11-17 | actually install taler-config | Christian Grothoff | |
2016-11-14 | remove taler-arm, since we use taler-deployment-arm | Florian Dold | |
2016-05-04 | fixes for disting | Christian Grothoff | |
2016-04-22 | add taler-arm wrapper | Florian Dold | |
2016-04-13 | Create taler-config wrapper around gnunet-config | Florian Dold | |
The wrapper uses LD_PRELOAD to make sure that paths are adjusted for taler. | |||
2016-04-10 | fixing #4386: use more sane configuration and data file structure | Christian Grothoff | |
2016-04-07 | recent changes to GNUNET_OS-IPK logic make plugin.c obsolete | Christian Grothoff | |
2016-03-30 | towards a testcase for aggregation logic | Christian Grothoff | |
2016-03-19 | first refactoring of JSON logic to address #4150 and #4237 | Christian Grothoff | |
2016-01-25 | move wireformat test to plugin | Christian Grothoff | |
2015-07-15 | -fix ftbfs in wallet-only mode | Christian Grothoff | |
2015-05-28 | add --enable-wallet-only flag to build libtalerutil_wallet which ONLY ↵ | Christian Grothoff | |
contains the wallet-specific API subset | |||
2015-04-13 | starting with tests for libtalerutil | Christian Grothoff | |
2015-04-13 | enable code coverage configure option | Christian Grothoff | |
2015-04-12 | separate out wireformats logic | Christian Grothoff | |
2015-03-20 | first stab at establishing proper plugin API, main HTTP code compiles, other ↵ | Christian Grothoff | |
binaries FTBFS right now | |||
2015-02-17 | Fix #3624: Check JSON format for wire deposits (SEPA specification) | Sree Harsha Totakura | |
2015-02-08 | bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-01-28 | move PostGres-specific logic out of libtalerutil | Christian Grothoff | |
2015-01-27 | rework taler lib, moving some code to GNUnet, cleaner refresh encrypt/decypt API | Christian Grothoff | |
2015-01-26 | also fix type here | Christian Grothoff | |
2015-01-26 | intermediary commit, breaking the build by starting to move towards ↵ | Christian Grothoff | |
variable-size GNUnet signatures instead of fixed-size signatures; much broken now | |||
2015-01-09 | moving structs relevant for signatures into taler_signatures.h, splitting of ↵ | Christian Grothoff | |
private keys that are not in messages; moving test_hash_context to GNUnet |