]> WPIA git - cassiopeia.git/blobdiff - src/crypto/simpleOpensslSigner.h
upd: split revoking command into add-serial and revoke
[cassiopeia.git] / src / crypto / simpleOpensslSigner.h
index 1c848e5e69c2d17d9a411842f742d8921a70fc03..3d9ce5259c6385674b7178d3e38eff9e0c31efea 100644 (file)
@@ -15,5 +15,5 @@ public:
     SimpleOpensslSigner();
     ~SimpleOpensslSigner();
     std::shared_ptr<SignedCertificate> sign( std::shared_ptr<TBSCertificate> cert );
-    std::pair<std::shared_ptr<CRL>, std::string> revoke( std::shared_ptr<CAConfig> ca, std::string serial );
+    std::pair<std::shared_ptr<CRL>, std::string> revoke( std::shared_ptr<CAConfig> ca, std::vector<std::string> serial );
 };