]> WPIA git - cassiopeia.git/blobdiff - src/db/mysql.h
add: write back revocation dates
[cassiopeia.git] / src / db / mysql.h
index 9096fe5fac04dff08d57a93760b218bca5cdc89e..a6b6a363c948e7cb70f69c363109c1bf978f6b52 100644 (file)
@@ -36,4 +36,5 @@ public:
     std::shared_ptr<TBSCertificate> fetchTBSCert( std::shared_ptr<Job> job );
     void writeBack( std::shared_ptr<Job> job, std::shared_ptr<SignedCertificate> res );
     std::pair<std::string, std::string> getRevocationInfo( std::shared_ptr<Job> job );
+    void writeBackRevocation( std::shared_ptr<Job> job, std::string date );
 };