This commit is contained in:
Günter Obiltschnig
2020-01-22 13:52:04 +01:00
parent 12db5ff31e
commit 048c4a134c

View File

@@ -233,6 +233,7 @@ std::string _X509_NAME_oneline_utf8(X509_NAME *name)
return line;
}
void X509Certificate::init()
{
_issuerName = _X509_NAME_oneline_utf8(X509_get_issuer_name(_pCert));