aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c
AgeCommit message (Collapse)Author
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-01WiP: 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-22WiP: 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-22WiP: 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-13WIP: 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-12WiP: 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-11WiP: 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-06WiP: age-withdraw implementation, part 4/nÖzgür Kesim
- check dates of denominations (expiry, etc.) - refactor denomination checks into denomination_is_valid()
2023-03-06WiP: 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-01WiP: 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