]> WPIA git - cassiopeia.git/blobdiff - src/crypto/CRL.h
fix: Properly check for success to create the necessary directories
[cassiopeia.git] / src / crypto / CRL.h
index 4e3deb76e58cb7e2605ffc684d4ef23e06c32406..938710a44fea55213df29d3c4c2bc54582b22a16 100644 (file)
@@ -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