summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_withdraw.c
AgeCommit message (Collapse)Author
2022-06-04add KYC errors for p2p paymentsChristian Grothoff
2022-05-23-implement batch withdraw client-side logicChristian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-17-fix CS nonce reuse check logicChristian Grothoff
2022-02-16[age restriction] progress 14/n - withdraw and depositÖzgür Kesim
Age restriction support for - withdraw is done and tested - deposit is done and tested TODOs: - melt/refresh/reveal - link ------ Added functions - TALER_age_restriction_commit - TALER_age_commitment_derive - TALER_age_commitment_hash - TALER_age_restriction_commitment_free_inside - Hash of age commitment passed around API boundaries Exchangedb adjustments for denominations - all prepared statements re: denominations now handle age_mask - signature parameters adjusted Hash and signature verification of /keys adjusted - Hashes of (normal) denominations and age-restricted denominations are calculated seperately - The hash of the age-restricted ones will then be added to the other hash - The total hash is signed/verified Tests for withdraw with age restriction added - TALER_EXCHANGE_DenomPublickey now carries age_mask - TALER_TESTING_cmd_withdraw_amount* takes age parameter - TALER_TESTING_find_pk takes boolean age_restricted - WithdrawState carries age_commitment and its hash - withdraw_run derives new age commitment, if applicable - Added age parameter to testing (13 as example) Various Fixes and changes - Fixes of post handler for /management/extensions - Fixes for offline tool extensions signing - Slight refactoring of extensions - Age restriction extension simplified - config is now global to extension - added global TEH_age_restriction_enabled and TEH_age_mask in taler-exchange-httpd - helper functions and macros introduced
2022-02-12-more doxygen fixesChristian Grothoff
2022-02-11-get tests to passChristian Grothoff
2022-02-09-fix withdraw logicChristian Grothoff
2022-02-07got testing_api_cmd_refresh to compileChristian Grothoff
2022-02-06-fix more FTBFS issuesChristian Grothoff
2022-02-05fixes to crypto.c changesGian Demarmels
2022-02-05crypto implementationGian Demarmels
2022-02-04messing with CS/RSA fixesChristian Grothoff
2022-02-04fixed nonce check, renamed WithdrawNonceGian Demarmels
2022-02-04-make picky gcc happyChristian Grothoff
2022-02-04implement feedbackLucien Heuzeveldt
2022-02-04refactoringGian Demarmels
2022-02-04removed varargsGian Demarmels
2022-02-04implement withdraw (nonce reuse check missing)Lucien Heuzeveldt
2022-02-04implement CS key handling and csr endpointLucien Heuzeveldt
2022-02-04fix const due to changes in TALER_planchet_prepareLucien Heuzeveldt
2022-02-04added CS data structures, implemented CS keypairGian Demarmels
2021-10-31distinguish between blind and non-blind denomination signaturesChristian Grothoff
2021-10-27-fix more FTBFSChristian Grothoff
2021-10-16handle new 202 accepted status code on withdraw in client logicChristian Grothoff
2021-10-13-modify C API to future-proof it for returning more details as required for ↵Christian Grothoff
KYC implementation
2020-11-07adjust ECsChristian Grothoff
2020-04-12API updates and new error codes for merchant implementation of #6173Christian Grothoff
2020-04-12adapt withdraw2 API to support new tip-pickup design (#6173)Christian Grothoff
2020-04-12remove c_hash from planchet detail where it does not logically belongChristian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-04-05make exchange API more uniform in how information is returnedChristian Grothoff
2020-03-20improving benchmarking logic, including more timingsChristian Grothoff
2020-03-17style, indentation and type fixes for lib/Christian Grothoff
2020-03-03rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling ↵Christian Grothoff
when curl_easy_init() fails
2020-02-29doxygen fixesChristian Grothoff
2020-02-29limit redirectsChristian Grothoff
2020-02-29big rename fest related to #6067 API renamingChristian Grothoff