X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fio%2Frecord.h;h=ba5a8d8be7d6f789557d91fe8f0bd813af1b592b;hb=cb4c74b47e6643f15e503067c197f86cbc5e6263;hp=92837bd0eec0d7206496b4b68e2cceed65cf6914;hpb=82849da8a9e36be282c13537fb7e14ad1f021d40;p=cassiopeia.git diff --git a/src/io/record.h b/src/io/record.h index 92837bd..ba5a8d8 100644 --- a/src/io/record.h +++ b/src/io/record.h @@ -16,6 +16,8 @@ public: SET_SPKAC = 0x02, SET_SIGNATURE_TYPE = 0x10, SET_PROFILE = 0x11, + SET_WISH_FROM = 0x12, + SET_WISH_TO = 0x13, ADD_SAN = 0x18, ADD_AVA = 0x19, ADD_PROOF_LINE = 0x40, @@ -23,6 +25,7 @@ public: LOG_SAVED = 0x81, REVOKE = 0x100, GET_FULL_CRL = 0x101, + ADD_SERIAL = 0x102, GET_TIMESTAMP = 0xC0, GET_STATUS_REPORT = 0xD0 }; @@ -31,7 +34,8 @@ public: REVOKED = 0x100, FULL_CRL = 0x101, SAVE_LOG = 0x80, - CERTIFICATE = 0x81 + CERTIFICATE = 0x81, + SIGNING_CA = 0x82, }; public: