summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_keys.c
AgeCommit message (Collapse)Author
2024-04-08more fixes to /terms headerChristian Grothoff
2024-04-07add cache control to /config; eliminate cache expiration distinguisher from ↵Christian Grothoff
/keys
2024-03-08implement protocol v19 in taler-exchange-httpd (for #8000); note that ↵Christian Grothoff
taler-exchange-offline support is still missing
2024-01-16fix #8071Christian Grothoff
2024-01-15improve secmod for donauChristian Grothoff
2024-01-05add option -s to the RSA and EdDSA secmod helper for DONAU to use a ↵Casaburi Johannes
different path
2024-01-05add option -s to the CS secmod helper for DONAU to use a different pathChristian Grothoff
2024-01-01-DCEChristian Grothoff
2023-10-29-fix misc memory leaksChristian Grothoff
2023-10-29handle not foundChristian Grothoff
2023-10-29major clean up of /keys logic, validate offline signatures before ↵Christian Grothoff
/management/keys transaction logic starts
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-14make stefan_lin a float, as it should have been in the first placeChristian Grothoff
2023-10-10-fix stupid crash bugChristian Grothoff
2023-10-08more work on DD51Christian Grothoff
2023-09-23fix online denomination signatures; thanks to Jonathan Krebs for pointing ↵Christian Grothoff
out the issue
2023-09-17first cut for API to get coin historyChristian Grothoff
2023-09-01-doxygenChristian Grothoff
2023-08-29remove /wire endpoint, add wallet_data_hash to deposit, bump protocol ↵Christian Grothoff
version to v17
2023-08-27add check for validity of offline signatures when reading them from the databaseChristian Grothoff
2023-08-21improve logging, fix client-side serialization of new /keys optionsChristian Grothoff
2023-08-11add STEFAN support to exchangeChristian Grothoff
2023-07-15-fix up configChristian Grothoff
2023-07-15-doxygenChristian Grothoff
2023-07-13merging /keys and /wireChristian Grothoff
2023-07-11implement 'lost' field for #7883Christian Grothoff
2023-07-11merge /wire into /keys responseChristian Grothoff
2023-07-10-fix indentChristian Grothoff
2023-07-10fix alignment issue, ensure we hash over packed structure to avoid ↵Christian Grothoff
non-determinism
2023-07-10-simplifyChristian Grothoff
2023-07-10tip -> rewardChristian Grothoff
2023-07-06work on keys serialization/deserializationChristian Grothoff
2023-07-05-misc minor fixesv0.9.3-dev.3Christian Grothoff
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-05-13return tipping_allowed from /keysChristian Grothoff
2023-05-01-fix memory leakÖzgür Kesim
2023-03-08fix #7744Christian Grothoff
2023-03-08style fixChristian Grothoff
2023-02-19-fix more memory leaksChristian Grothoff
2023-02-19-fix memory leakChristian Grothoff
2023-02-19return KYC requirement row when AML imposed KYC requirements on withdraw; ↵Christian Grothoff
return KYC choices in new /config endpoint
2023-01-17eventually kick out /keys clients also if ksh exists but krd array is emptyChristian Grothoff
2022-12-11add asset_type to /keys responseChristian Grothoff
2022-11-20Call TEH_keys_update_state on extension config changeÖzgür Kesim
Fixes #7266 Also better API: - TEH_keys_get_state and - TEH_keys_get_state_for_management_only
2022-11-14more refactoring towards #7272Christian Grothoff
2022-11-14-refactoring in preparation of fixing #7272Christian Grothoff
2022-11-13refactor CS derive API in preparation for batch APIChristian Grothoff
2022-11-13API refactoring towards batch CSChristian Grothoff
2022-11-04return base url as part of /keysChristian Grothoff
2022-11-04policy extensions and age restriction refactoringÖzgür Kesim
- refactoring of extension-plugin-mechanism - refactoring of age restriction extension - added policy extensions plugin plumbing - added DB schema and api - policy_details - policy_fulfillments