Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-26 | -fix misc doxygen warnings, code clean up | Christian Grothoff | |
2022-05-07 | rename function that is for the merchant signature to have merchant in the name | Christian Grothoff | |
2022-04-20 | -work on create purse with merge | Christian Grothoff | |
2022-04-17 | Add abstraction: TALER_merchant_contract_sign | Thien-Thi Nguyen | |
Additionally, this change removes ‘struct TALER_ProposalDataPS’ from the public API. * src/include/taler_crypto_lib.h (TALER_merchant_contract_sign): New func decl. * src/include/taler_signatures.h (struct TALER_ProposalDataPS): Delete. * src/util/merchant_signatures.c (struct TALER_ProposalDataPS): Move here from taler_signatures.h. (TALER_merchant_contract_sign): New func. | |||
2022-04-17 | Add abstractions: TALER_merchant_pay_{sign,verify} | Thien-Thi Nguyen | |
Additionally, this change removes ‘struct TALER_PaymentResponsePS’ from the public API. * src/include/taler_crypto_lib.h (TALER_merchant_pay_sign): New func decl. (TALER_merchant_pay_verify): New func decl. * src/include/taler_signatures.h (struct TALER_PaymentResponsePS): Delete. * src/util/merchant_signatures.c (struct TALER_PaymentResponsePS): Move here from taler_signatures.h. (TALER_merchant_pay_sign): New func. (TALER_merchant_pay_verify): New func. | |||
2022-03-22 | implement helper functions for p2p signatures, clean up existing signature logic | Christian Grothoff | |
2022-02-21 | -big renaming of structs for consistent naming with P suffix | Christian Grothoff | |
2021-12-25 | v12: also do not sign over merchant_pub in REFUND signature, centralize logic | Christian Grothoff | |