Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-11 | -handle some of the codespell complaints | Özgür Kesim | |
2023-07-11 | -handle doxygen complaints | Özgür Kesim | |
2023-06-26 | -free spec | Özgür Kesim | |
2023-06-26 | [age-withdraw] age-withdraw commit- and reveal-handlers implemented, 12/n | Özgür Kesim | |
The handlers for the commit- and reveal-phases of the age-withdraw HTTP-endpoints are implemented, yet not active. Still missing: - support for age-withdraw is missing in lib/. - tests | |||
2023-06-04 | code cleanup, fixing misc. memory leaks in the process | Christian Grothoff | |
2023-05-01 | -typos | Özgür Kesim | |
2023-05-01 | -cleanup signatures | Özgür Kesim | |
2023-05-01 | -typo in comment | Özgür Kesim | |
2023-05-01 | WiP: age-withdraw, finished reveal-request, 10/n | Özgür Kesim | |
- /age-withdraw/$ACH/reveal handler now fully implemented - for consistency with api: rename of tables from withdraw_age_... to age_withdraw | |||
2023-04-23 | -fix typos for doxygen | Özgür Kesim | |
2023-04-22 | WiP: age-withdraw, continue with finalize_age_withdraw_and_sign, 9/n | Özgür Kesim | |
Also: - added duplicate planchet check for age-withdraw_reveal - added stubs for (get|insert)_age_withdraw_reveal | |||
2023-04-22 | WiP: age-withdraw, adjust schema and DB-handlers, cleanup FIXME's, 8/n | Özgür Kesim | |
2023-03-13 | -typos | Özgür Kesim | |
2023-03-13 | -typos | Özgür Kesim | |
2023-03-13 | WIP: age-withdraw, continue verify_commitment_and_max_age, 7/n | Özgür Kesim | |
- coin, blinding, nonce and age restriction now derived from TALER_PlanchetMasterSecretP - use max_age instead than max_age_group as argument - Also, docs updated in other repo. | |||
2023-03-12 | WiP: age-withdraw, added TALER_age_restriction_commit_from_base, 6/n | Özgür Kesim | |
Added TALER_age_restriction_commit_from_base in util/age_restriction.c, to create a age commitment and proof from a coin's private key as defined in https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction | |||
2023-03-11 | WiP: age-withdraw, cut out work up to verify_commitment_and_max_age | Özgür Kesim | |
2023-03-06 | -minor refactoring in age_withdraw-reveal | Özgür Kesim | |
2023-03-06 | WiP: age-withdraw implementation, part 4/n | Özgür Kesim | |
- check dates of denominations (expiry, etc.) - refactor denomination checks into denomination_is_valid() | |||
2023-03-06 | WiP: age-withdraw implementation, part 3/n | Özgür Kesim | |
- retrieval of previous commitment - validity check of all denominations - comparison of accumulated values and fees with commited value and fee. - update gana | |||
2023-03-06 | -cleanup age-withdraw_reveal | Özgür Kesim | |
2023-03-01 | WiP: age-withdraw implementation, part 2/n | Özgür Kesim | |
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction - added new files, forgot in previous commit |