From a69079ef6c4278a4653028e9587a4ecd84ae4aff Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Nov 2020 00:36:19 +0100 Subject: add cmd to revoke exchange online signing key --- src/include/taler_signatures.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/include/taler_signatures.h') diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 90d772441..d80b267cf 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1204,6 +1204,24 @@ struct TALER_MasterDenominationKeyRevocationPS }; +/** + * @brief Message confirming that an exchange online signing key was revoked. + */ +struct TALER_MasterSigningKeyRevocationPS +{ + /** + * Purpose is #TALER_SIGNATURE_MASTER_SIGNING_KEY_REVOKED. + */ + struct GNUNET_CRYPTO_EccSignaturePurpose purpose; + + /** + * The exchange's public key. + */ + struct TALER_ExchangePublicKeyP exchange_pub; + +}; + + /** * @brief Format used to generate the signature on a request to obtain * the wire transfer identifier associated with a deposit. -- cgit v1.2.3