]> WPIA git - cassiopeia.git/blobdiff - src/crypto/remoteSigner.h
add: Full CRL tranfer (non-chunked)
[cassiopeia.git] / src / crypto / remoteSigner.h
index 1be28ed66ee94c83054c4dab7aa47abb7d4eb97d..f08eae6a77b13c9263ece20b3c66ed54cd183027 100644 (file)
@@ -20,7 +20,7 @@ public:
     RemoteSigner( std::shared_ptr<BIO> target, std::shared_ptr<SSL_CTX> ctx );
     ~RemoteSigner();
     std::shared_ptr<SignedCertificate> sign( std::shared_ptr<TBSCertificate> cert );
-    std::shared_ptr<CRL> revoke( std::shared_ptr<CAConfig> ca, std::string serial );
+    std::pair<std::shared_ptr<CRL>, std::string> revoke( std::shared_ptr<CAConfig> ca, std::string serial );
 
     void setLog( std::shared_ptr<std::ostream> target );
 };