]> WPIA git - cassiopeia.git/blobdiff - src/X509.h
add: simple, signer-side record handling
[cassiopeia.git] / src / X509.h
index dbc6d0a0df470a76a4dceea1691ddce034f85d1f..5f1b76fe282adeda0ccc7605ad8531494f5de62e 100644 (file)
@@ -15,7 +15,7 @@ private:
     X509Req( X509_REQ* csr );
     X509Req( std::string spkac );
 public:
-    static std::shared_ptr<X509Req> parse( std::string content );
+    static std::shared_ptr<X509Req> parseCSR( std::string content );
     static std::shared_ptr<X509Req> parseSPKAC( std::string content );
     int verify();
     std::shared_ptr<EVP_PKEY> getPkey();