summaryrefslogtreecommitdiff
path: root/src/util/exchange_signatures.c
AgeCommit message (Collapse)Author
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