aboutsummaryrefslogtreecommitdiff
path: root/src/util/exchange_signatures.c
AgeCommit message (Collapse)Author
2023-12-09use local variable as accumulator in batch-depositÖzgür Kesim
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-09-24fix various FIXMEsChristian Grothoff
2023-09-19add FIXME based on list discussionChristian Grothoff
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-05-10always use GNUNET_memcpyChristian Grothoff
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
2022-11-06fix #7427Christian 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-03-ref bugChristian Grothoff
2022-11-03-ref bugChristian Grothoff
2022-10-15-refactor DB for reserve history/status routinesChristian Grothoff
2022-09-18add new signature functions for DD31Christian Grothoff
2022-08-22-fix clang compiler warningsChristian Grothoff
2022-08-05-first pass at new KYC DB APIChristian Grothoff
2022-05-23-more reserve history fixesChristian Grothoff
2022-05-07-onlineChristian Grothoff
2022-05-07add function for purse status signingChristian Grothoff
2022-05-07rename function that is for the merchant signature to have merchant in the nameChristian Grothoff
2022-04-23-uncrustifyChristian Grothoff
2022-04-22Add abstractions: TALER_exchange_deposit_{sign,verify}Thien-Thi Nguyen
This change also removes ‘struct TALER_DepositTrackPS’ from the public API. * src/include/taler_signatures.h (struct TALER_DepositTrackPS): Delete. * src/util/exchange_signatures.c (struct TALER_DepositTrackPS): New. (TALER_exchange_deposit_sign): New func. (TALER_exchange_deposit_verify): New func. * src/include/taler_crypto_lib.h (TALER_exchange_deposit_sign): New func decl. (TALER_exchange_deposit_verify): New func decl. * src/exchange/taler-exchange-httpd_deposits_get.c (TEH_handler_deposits_get): Rework to use ‘TALER_exchange_deposit_verify’. * src/lib/exchange_api_deposits_get.c (TALER_EXCHANGE_deposits_get): Rework to use ‘taler_exchange_deposit_sign’.
2022-04-11-draft implementation of /purses//merge endpointChristian Grothoff
2022-04-01work on purse creation logicChristian Grothoff
2022-03-31privatize more signature structs, simplify codeChristian Grothoff
2022-03-30make struct private againChristian Grothoff
2022-03-29make TALER_RefundConfirmationPS publicSebastian
2022-03-29centralize exchange online signature logicChristian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-12-work on more FIXMEsChristian Grothoff
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-11-07add missing fileChristian Grothoff