Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-21 | fix misc doxygen issues | Christian Grothoff | |
2021-01-10 | fix major bug with SQL statement missing ORDER BY freshcoin_index resulting ↵ | Christian Grothoff | |
in possible link failures (but usually lucky with old DB schema) | |||
2020-12-20 | misc doxygen fixes | Christian Grothoff | |
2020-12-16 | add auditor-enable /-disable commands to taler-exchange-offline tool | Christian Grothoff | |
2020-12-06 | implement new taler-auditor-offline tool | Christian Grothoff | |
2020-12-05 | towards offline tool uploading /management/keys | 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-12-04 | conditionally use (un)blinding implementation from libgnunetutil | Florian Dold | |
2020-11-30 | doxygen fixes | Christian Grothoff | |
2020-11-26 | cmd to add auditor | Christian Grothoff | |
2020-11-23 | implement exchange online signing key client library | Christian Grothoff | |
2020-11-23 | implement sm signing of key announcements | Christian Grothoff | |
2020-11-21 | implementing client library for talking to the crypto helper process | Christian Grothoff | |
2020-07-27 | define claim token | Christian Grothoff | |
2020-04-12 | remove c_hash from planchet detail where it does not logically belong | Christian Grothoff | |
2020-03-31 | typosCodeBlau-NGI-2019 | Christian Grothoff | |
2020-03-17 | adjust types to match latest GNUnet API | Christian Grothoff | |
2020-03-07 | code cleanup (comments, scoping, naming, indentation) | Christian Grothoff | |
2020-01-19 | separate util.c and url.c | Christian Grothoff | |
2020-01-19 | consistently use payto URI instead of URL | Florian Dold | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-18 | doxygen | Christian Grothoff | |
2020-01-16 | remove wallet-specific code | Florian Dold | |
2020-01-13 | eliminate libtalerwire | Christian Grothoff | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2019-07-21 | expose blinding key in refresh-reveal API in preparation for #5777 | Christian Grothoff | |
2019-07-15 | towards #5777, adding todos/notes | Christian Grothoff | |
2019-05-02 | replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth | Christian Grothoff | |
2018-10-06 | fix #5434 (no more salt in exchange wire replies) | 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. | |||
2017-11-29 | fixing #5178 | Christian Grothoff | |
2017-10-31 | major API refactoring, adding planchet generation and coin extraction APIs ↵ | Christian Grothoff | |
to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced | |||
2017-10-31 | rename: TALER_setup_planchet -> TALER_planchet_setup_refresh | Christian Grothoff | |
2017-10-31 | rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and ↵ | Christian Grothoff | |
TALER_setup_fresh_coin -> TALER_setup_planchet | |||
2017-06-04 | fixing misc doxygen issues | Christian Grothoff | |
2017-05-29 | rename proposal_data to contract_terms (see #4879) | Florian Dold | |
2017-04-20 | fix misc doxygen issues | Christian Grothoff | |
2017-02-07 | remove transaction_id, only one payment per proposal allowed | Florian Dold | |
2017-02-06 | contract terminology renaming (#4877) | Florian Dold | |
2016-08-07 | mostly working migration of the DH-seeded refresh variant | Christian Grothoff | |
2016-08-05 | first half of changing refresh protocol to derive all key data from DH | Christian Grothoff | |
2016-07-07 | fixing #4594 | Marcello Stanisci | |
2016-06-09 | move TALER_TrackTransferDetails to taler_crypto_lib.h as it is not ↵ | Christian Grothoff | |
exchange-specific | |||
2016-05-24 | fix #4483 | Christian Grothoff | |
2016-05-19 | rename GNUNET_CRYPTO_rsa_BlindingKey to GNUNET_CRYPTO_RsaBlindingKey ↵ | Christian Grothoff | |
following GNUnet API change | |||
2016-03-21 | rename to match GNUnet symbol change | Christian Grothoff | |
2016-03-01 | renaming mint->exchange | Christian Grothoff | |
2016-01-21 | adding aggregation_tracking table to postgres plugin | Christian Grothoff | |