X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fcrypto%2FCRL.h;h=938710a44fea55213df29d3c4c2bc54582b22a16;hb=5880a76d92f96db6f94ebdf0bdfebd989f10b232;hp=4e3deb76e58cb7e2605ffc684d4ef23e06c32406;hpb=ab317a7803ad0ff688ab8fb452d13d8bdd09fd60;p=cassiopeia.git diff --git a/src/crypto/CRL.h b/src/crypto/CRL.h index 4e3deb7..938710a 100644 --- a/src/crypto/CRL.h +++ b/src/crypto/CRL.h @@ -15,10 +15,12 @@ public: * Adds the serial to this serial. * @param serial the serial to remove (as hex string) * @param time the "revokation time" (der-encoded) - * @returns DER-encoded UTCTIME of the revoked time + * @returns DER-encoded TIME of the revoked time */ std::string revoke( std::string serial, std::string time ); + bool needsResign(); + /** * Signs this CRL. * @param ca the CA to sign with