MCPcopy Create free account
hub / github.com/Icinga/icinga2 / CertificateToString

Function CertificateToString

lib/base/tlsutility.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78String CertificateToString(X509* cert);
79
80inline String CertificateToString(const std::shared_ptr<X509>& cert)
81{
82 return CertificateToString(cert.get());
83}
84
85std::shared_ptr<X509> StringToCertificate(const String& cert);
86std::shared_ptr<X509> CreateCertIcingaCA(EVP_PKEY *pubkey, X509_NAME *subject, long validFrom, long validFor, bool ca = false);

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected