X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fcrypto%2FCRL.h;h=938710a44fea55213df29d3c4c2bc54582b22a16;hb=5880a76d92f96db6f94ebdf0bdfebd989f10b232;hp=55c2c3faf5b8f74a0a89b6aaa2c3a4f4d4ef03bb;hpb=3305c4fdc8845fc3d17ea1bd49548073bb9111fe;p=cassiopeia.git diff --git a/src/crypto/CRL.h b/src/crypto/CRL.h index 55c2c3f..938710a 100644 --- a/src/crypto/CRL.h +++ b/src/crypto/CRL.h @@ -19,6 +19,8 @@ public: */ std::string revoke( std::string serial, std::string time ); + bool needsResign(); + /** * Signs this CRL. * @param ca the CA to sign with