summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_age_withdraw_reveal.c
AgeCommit message (Collapse)Author
2024-01-12fixes for #8069, #8070 and #8072Özgür Kesim
- TALER_coin_ev_hash function now returns void - double free fixes - FAIL_IF logic fixes
2023-07-26[age-withdraw] reveal works, tested.Özgür Kesim
Tests for age-withdraw and the reveal now work for both, RSA and CS.
2023-07-26[age-withdraw] WIP - database transaction during reveal works nowÖzgür Kesim
The test for age-restriction still fail, but the database transactions, including passing arrays in/out the PQ-helpers works.
2023-07-20[age-withdraw] Added testing commands for age-withdraw and -revealÖzgür Kesim
Implemented - TALER_TESTING_cmd_age_withdraw - TALER_TESTING_cmd_age_withdraw_reveal Note: No test is using those commands yet.
2023-07-18[age-withdraw] simplify lib-APIÖzgür Kesim
2023-07-16-doxygen fixesÖzgür Kesim
2023-07-15[age-withdraw] age-withdraw-reveal lib-API mostly finishedÖzgür Kesim
2023-07-13-towards reveal response handling in agew-withdraw-revealÖzgür Kesim
2023-07-13towards age-withdraw and -reveal APIÖzgür Kesim