summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.c
AgeCommit message (Collapse)Author
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-doxygen fixesChristian Grothoff
2022-02-04implement feedbackLucien Heuzeveldt
2021-12-25v12: also do not sign over merchant_pub in REFUND signature, centralize logicChristian Grothoff
2021-12-25protocol v12 changes (/recoup split, signature changes) plus database ↵Christian Grothoff
sharding plus O(n^2)=>O(n) worst-case complexity reduction on coin balance checks
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-11-06introduce TALER_wallet_deposit_verifyChristian Grothoff
2021-10-30fix more FTBFS issuesChristian Grothoff
2021-10-27-fix exchange FTBFSChristian Grothoff
2021-10-27-work on FTBFSChristian Grothoff
2021-08-01-allow 0 for refund deadlineChristian Grothoff
2021-08-01introduce TALER_JSON_pack_ecChristian Grothoff
2021-07-30-eliminate more json_pack format stringsChristian Grothoff
2021-07-28start to use new GNUNET_JSON_PACK functionalityChristian Grothoff
2021-07-23-rename TALER_amount_get_zero to TALER_amount_set_zeroChristian Grothoff
2021-06-24work around compiler warningChristian Grothoff
2021-05-25return signed error message with HTTP_GONE status if denomination is not ↵Christian Grothoff
currently valid for specified operation (#6889)
2021-05-25return signed 404 statements for unknown denomination key hashes (#6889)Christian Grothoff
2021-01-08change wire_reference to be uint64_t always; more work on lrbt_callbacksChristian Grothoff
2020-12-14(start to) remove logic no longer needed with new key managementChristian Grothoff
2020-12-14activating implementation of #6175Christian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-08-25nicer generic error reporting logic, for #6432Christian Grothoff
2020-07-10remove unused/unusable coin_sig, return correct coin_pub in recoup-reveal ↵Christian Grothoff
failure context
2020-07-10fix wrong fmt stringChristian Grothoff
2020-07-08implement new behavior in exchange httpd and libtalerexchange (for #6416)Christian Grothoff
2020-07-08add h_denom to melt signatures (for #6416)Christian Grothoff
2020-07-08add h_denom_pub to deposit signaturesChristian Grothoff
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff
2020-07-05fix status codeChristian Grothoff
2020-04-09make code compiler without warnings with latest libmicrohttpd APIChristian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-30match updated specification, use CREDIT instead of DEPOSIT for transfers ↵Christian Grothoff
into a reserve
2020-03-27second pass on responses: indentation cleanup and CSEChristian Grothoff
2020-03-27clean up response generation codeChristian Grothoff
2020-03-15clean up link logicChristian Grothoff
2020-03-14code cleanup and additional error checking logic for #6124, but no actual ↵Christian Grothoff
semantic change
2020-03-04minor code clean up, renaming for consistencyChristian Grothoff
2020-03-01work around indentation bug of uncrustifyChristian Grothoff
2020-03-01use global ENABLE_SANITY_CHECKS constant also in response generation logicChristian Grothoff
2020-02-04fix #6065Christian Grothoff
2020-01-19fix copyright headers as per CAChristian Grothoff
2020-01-18payback -> recoup stranglersChristian Grothoff
2020-01-16kill another FIXMEChristian Grothoff
2019-11-23profitChristian Grothoff
2019-11-23use CONFLICT for double spending to distinguish properly from FORBIDDEN for ↵Christian Grothoff
bad signatures
2019-11-23more refactoring towards using libtalermhdChristian Grothoff
2019-11-01improve status codes returned in case of denomination key troublesChristian Grothoff