Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-30 | -added comment with pointer to issue 7267 | Özgür Kesim | |
2022-06-30 | fix portability bug: make sure destination file is writeable | Thien-Thi Nguyen | |
Some shells let this go w/o comment, some don't. Better to be sure. (ensure): If "$dst" exists, make sure it is writeable. | |||
2022-06-30 | refactor slightly | Thien-Thi Nguyen | |
(ensure): Don't repeat "$src/$fn" and "$dst/$fn"; instead, compute them once as "$src" and "$dst", respectively. | |||
2022-06-29 | -reduce logging | Christian Grothoff | |
2022-06-29 | -update deposit API in preparation for batch deposits | Christian Grothoff | |
2022-06-29 | -batch deposit compiles | Christian Grothoff | |
2022-06-29 | first skeleton for batch deposits | Christian Grothoff | |
2022-06-29 | -rename, as logic is purse deposit specific | Christian Grothoff | |
2022-06-29 | -fix leaks | Christian Grothoff | |
2022-06-29 | -deduplicate purse deposit logic | Christian Grothoff | |
2022-06-29 | version bump due to new /keys response | Özgür Kesim | |
2022-06-29 | -actually fix compatibility break from Oec | Christian Grothoff | |
2022-06-29 | -trying to fix demo | Christian Grothoff | |
2022-06-29 | -trying to fix demo | Christian Grothoff | |
2022-06-29 | -fix /keys initialization DB logic | Christian Grothoff | |
2022-06-29 | -style fix | Christian Grothoff | |
2022-06-28 | make sure Debian packages created on Ubuntu 21+ still work with Debian ↵ | Christian Grothoff | |
reprepro: force Debian standard compression algorithm | |||
2022-06-28 | -fix issue with missing signature over denomination and age restriction hash ↵ | Christian Grothoff | |
in purse deposit | |||
2022-06-28 | -comment style | Christian Grothoff | |
2022-06-28 | -add FIXME | Christian Grothoff | |
2022-06-28 | -autoupdate | Christian Grothoff | |
2022-06-28 | -fix typo | Özgür Kesim | |
2022-06-27 | do not depend on umask bits | Sebastian | |
2022-06-27 | -fixes in extension event handler | Özgür Kesim | |
2022-06-27 | age commitment: json parser helper and support for purses added | Özgür Kesim | |
2022-06-27 | age restriction support in exchange_api_purse_create_with_deposit added | Özgür Kesim | |
2022-06-27 | added documenation to the age-restriction related structures | Özgür Kesim | |
2022-06-27 | better api for parsing a denomination group | Özgür Kesim | |
2022-06-27 | [new /keys response] added proper hash verification | Özgür Kesim | |
- Running XOR of all SHA-512 hashes of each denomination's public key is compared against the "hash" value in the JSON blob. - Fixed a bug during creation of the running XOR. | |||
2022-06-26 | -fix valgrind complaints | Özgür Kesim | |
2022-06-26 | Merge branch 'master' of ssh://git.taler.net/exchange | Özgür Kesim | |
2022-06-26 | -more doxygen | Christian Grothoff | |
2022-06-26 | -more typos | Christian Grothoff | |
2022-06-26 | -fix typos | Christian Grothoff | |
2022-06-26 | -add missing comments | Christian Grothoff | |
2022-06-26 | -fix misc doxygen warnings, code clean up | Christian Grothoff | |
2022-06-26 | -add auditor_priv_file | Christian Grothoff | |
2022-06-26 | -fix path | Christian Grothoff | |
2022-06-26 | -fix path | Christian Grothoff | |
2022-06-26 | -make econtract optional as per design | Christian Grothoff | |
2022-06-26 | [new /keys response] create and parse denomination implemented | Özgür Kesim | |
- /keys response now contains signed denomintations - hashes of denominations now XOR'ed per group into a single hash-code - final hash-code is now XOR of all group hash codes - final hash-code is signed - lib/exchange_api_handle support for new "denominations" implemented - parses array of denomation groups - creates running xor of hashes - verifies signature at the end - previous diff/merge logic for keys remains intact. | |||
2022-06-26 | -fix/rename this -> new | Özgür Kesim | |
2022-06-26 | -more doxygen | Christian Grothoff | |
2022-06-26 | -more typos | Christian Grothoff | |
2022-06-25 | -fix typos | Christian Grothoff | |
2022-06-25 | -add missing comments | Christian Grothoff | |
2022-06-25 | -fix misc doxygen warnings, code clean up | Christian Grothoff | |
2022-06-24 | -add auditor_priv_file | Christian Grothoff | |
2022-06-24 | -fix path | Christian Grothoff | |
2022-06-24 | -fix path | Christian Grothoff | |