]> WPIA git - cassiopeia.git/blobdiff - src/record.h
add: Initial code to implement revocation
[cassiopeia.git] / src / record.h
index d3173b83220422627f6fca36e93fb0c442d14ebe..38794289f6d1df5021946c4aac9b8039c9845d3b 100644 (file)
@@ -21,11 +21,13 @@ public:
         ADD_PROOF_LINE = 0x40,
         SIGN = 0x80,
         LOG_SAVED = 0x81,
+        REVOKE = 0x100,
         GET_TIMESTAMP = 0xC0,
         GET_STATUS_REPORT = 0xD0
     };
 
     enum class SignerResult : uint16_t {
+        REVOKED = 0x100,
         SAVE_LOG = 0x80,
         CERTIFICATE = 0x81
     };