X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fio%2Frecord.h;h=ba5a8d8be7d6f789557d91fe8f0bd813af1b592b;hb=40a42d4fd329e1fde343e84ae2a36acdcf036274;hp=38794289f6d1df5021946c4aac9b8039c9845d3b;hpb=9e866a1a2facc8cb1565cd660c6b6d482f18ecb1;p=cassiopeia.git diff --git a/src/io/record.h b/src/io/record.h index 3879428..ba5a8d8 100644 --- a/src/io/record.h +++ b/src/io/record.h @@ -16,20 +16,26 @@ 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, SIGN = 0x80, LOG_SAVED = 0x81, REVOKE = 0x100, + GET_FULL_CRL = 0x101, + ADD_SERIAL = 0x102, GET_TIMESTAMP = 0xC0, GET_STATUS_REPORT = 0xD0 }; enum class SignerResult : uint16_t { REVOKED = 0x100, + FULL_CRL = 0x101, SAVE_LOG = 0x80, - CERTIFICATE = 0x81 + CERTIFICATE = 0x81, + SIGNING_CA = 0x82, }; public: