X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fio%2Frecord.h;h=92837bd0eec0d7206496b4b68e2cceed65cf6914;hb=82849da8a9e36be282c13537fb7e14ad1f021d40;hp=38794289f6d1df5021946c4aac9b8039c9845d3b;hpb=9e866a1a2facc8cb1565cd660c6b6d482f18ecb1;p=cassiopeia.git diff --git a/src/io/record.h b/src/io/record.h index 3879428..92837bd 100644 --- a/src/io/record.h +++ b/src/io/record.h @@ -22,12 +22,14 @@ public: SIGN = 0x80, LOG_SAVED = 0x81, REVOKE = 0x100, + GET_FULL_CRL = 0x101, GET_TIMESTAMP = 0xC0, GET_STATUS_REPORT = 0xD0 }; enum class SignerResult : uint16_t { REVOKED = 0x100, + FULL_CRL = 0x101, SAVE_LOG = 0x80, CERTIFICATE = 0x81 };