summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers_exchange.c
AgeCommit message (Collapse)Author
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
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
2022-05-30-fix reserve history, include in testsChristian Grothoff
2022-03-19-minor code cleanupChristian Grothoff
2022-03-02-refactor TALER_AgeMask.mask -> TALER_AgeMask.bitsÖzgür Kesim
also: fix off-by-one in TALER_age_restriction_commit
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-07-cleanupsChristian Grothoff
2022-02-04messing with CS/RSA fixesChristian Grothoff
2022-02-04implement CS key handling and csr endpointLucien Heuzeveldt
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-11-25add invariant checksChristian Grothoff
2021-11-24-do not use parallel by defaultChristian Grothoff
2021-11-24add -r option to exchange-httpdChristian Grothoff
2021-11-24-fix checkChristian Grothoff
2021-08-23complete implementation of long-polling for reserve status; remove support ↵Christian Grothoff
for multi-threaded exchange httpd
2021-07-30-add logic to purge SECM_TOFU_FILE when purging secmod KEY_DIRSChristian Grothoff
2021-07-30REVOCATION_DIR is long obsolete, KEYDIR was renamed to KEY_DIR and is in ↵Christian Grothoff
another section
2021-06-21fixing parallel fakebank to ensure transactions are ordered, fixing ↵Christian Grothoff
indices/constraint preservation after DB update to 0002
2021-01-17rename taler-helper-crypto-* to taler-exchange-secmod-*Florian Dold
2020-12-31keep helpers in normal bin/ dirChristian Grothoff
2020-12-31more logging for #6667Christian Grothoff
2020-12-16fix config for aggregator testChristian Grothoff
2020-12-16adapt tests to run without keyup toolChristian Grothoff
2020-12-14activating implementation of #6175Christian Grothoff
2020-12-11force use of Taler PD when getting libexec dirChristian Grothoff
2020-12-10fix early base URL freeChristian Grothoff
2020-12-01add logic to launch crypto helpers as part of testsChristian Grothoff
2020-07-17adapt to change in GNUNET_OS_start_process() API (#6188)Christian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-28skip tests if ports are unavailableChristian Grothoff
2020-03-21adjust tests to auditor changesChristian Grothoff
2020-03-19concurrency requires strtok_rChristian Grothoff
2020-03-19make DB reset optional in API, use it in tests, but not in the benchmarkChristian Grothoff
2020-03-17add cmd line option to restrict timetravel, minor code cleanup of keystate logicChristian Grothoff
2020-03-10fix typo, remove obsolete option, initialize mpubChristian Grothoff
2020-02-04implement /config in fakebank and taler_bank_lib.h (#6066)Christian Grothoff
2020-01-19move testing logic and integration tests into separate directoryFlorian Dold