aboutsummaryrefslogtreecommitdiff
path: root/src/util/wallet_signatures.c
AgeCommit message (Collapse)Author
2024-01-14saner loggingChristian Grothoff
2024-01-14more loggingChristian Grothoff
2024-01-13improve loggingChristian Grothoff
2023-10-25new blind signing code buildsChristian Grothoff
2023-10-17-one more 7267 fixmeChristian Grothoff
2023-09-18remove coin and reserve histories from exchange repliesChristian Grothoff
2023-09-11improve wallet_Data support in exchange APIsChristian Grothoff
2023-08-29remove /wire endpoint, add wallet_data_hash to deposit, bump protocol ↵Christian Grothoff
version to v17
2023-07-03[age-withdraw] added library function for age-withdrawÖzgür Kesim
- Added TALER_EXCHANGE_age_withdraw - Also: Change TALER_EXCHANGE_batch_withdraw and related functions to use GNUNET_CURL_ctx, TALER_EXCHANGE_keys and const char *echange_url
2023-06-27-update authorÖzgür Kesim
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-03-01WiP: age-withdraw implementation, part 1/nÖzgür Kesim
Commit phase of the age-withdraw protocol implemented, according to https://docs.taler.net/core/api-exchange.html#withdraw-with-age-restriction
2023-02-20-fix commentChristian Grothoff
2022-12-27-new crypto functionsChristian Grothoff
2022-12-06fix FIXME: sign also over balance during account-setupChristian 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
2022-11-01purse auditor helper theoretically complete (but DB logic still missing)Christian Grothoff
2022-10-15handle reserve open/close responses in reserve history in libtalerexchangeChristian Grothoff
2022-10-15-refactor DB for reserve history/status routinesChristian Grothoff
2022-10-02complete taler-exchange-httpd_reserves_open.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-09-18add new signature functions for DD31Christian Grothoff
2022-09-17-misc minor fixesChristian Grothoff
2022-08-23enforce syntax of reserve_uri (typo)Christian Grothoff
2022-08-23enforce syntax of reserve_uriChristian Grothoff
2022-07-02-fix batch deposit uninit issueChristian Grothoff
2022-06-28-fix issue with missing signature over denomination and age restriction hash ↵Christian Grothoff
in purse deposit
2022-06-28-add FIXMEChristian Grothoff
2022-06-26-fix typosChristian Grothoff
2022-06-04-more work on p2p payments and tests thereofChristian Grothoff
2022-05-30-fix reserve history, include in testsChristian Grothoff
2022-05-08pass purse_fee to determine how purse creation is paid forChristian Grothoff
2022-04-26various age restriction fixes, some of them half-bakedFlorian Dold
2022-04-24-misc p2p fixesChristian Grothoff
2022-04-23-work on p2p paymentsChristian Grothoff
2022-04-11-add draft handler for purse merge client requestChristian Grothoff
2022-04-02add additinal signatureChristian Grothoff
2022-03-24first draft of service API for p2p paymentsChristian Grothoff
2022-03-23revise P2P signatures and signing schema to address recently discovered ↵Christian Grothoff
design concern resulting in the split of the purse key into purse-contract and purse-merge keys
2022-03-22fix typoChristian Grothoff
2022-03-22implement helper functions for p2p signatures, clean up existing signature logicChristian Grothoff
2022-03-20add new reserve status/history signaturesChristian Grothoff
2022-03-17-re-enable test-revocation.sh, works againChristian Grothoff
2022-03-01Refactoring TALER_AgeCommitmentÖzgür Kesim
Instead of a single struct TALER_AgeCommitment, we now use 1. TALER_AgeCommitment for the age mask and list public keys for age restriciton. 2. TALER_AgeProof for list of private keys for age restriction 3. TALER_AgeCommitmentProof for the aggregation of the former two. Also, we introduce TALER_AgeAttestation as the EDDSA signature to attest a particular age group, along with the function prototypes TALER_age_commitment_attest and TALER_age_commitment_verify.
2022-02-22[age restriction] progress 16/n - refresh/reveal/link testsÖzgür Kesim
Age restriction works now with withdraw, melt/refresh/reveal and link, including tests. However, there is still a problem with the tests: The melting operation "refresh-melt-failing-age" that should fail (because of conflict), but currently fails for other reasons. I decided to disable that particular test (and the next) and submit the patch I have so far.
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-18[age restriction] progress 15/n - melt/refresh/reveal and recoupÖzgür Kesim
Added age restriction support for - melt/refresh/reveal - recoup However, tests are not yet implemented for those flows. Also: minor fixes and refactoring.
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-refactor to address FIXMEChristian Grothoff
2022-02-12-address misc. fixmesChristian Grothoff
2022-02-08fix refresh/link testsChristian Grothoff