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

Function GetCertificateVersion

lib/base/tlsutility.cpp:1129–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127}
1128
1129int GetCertificateVersion(const std::shared_ptr<X509>& cert)
1130{
1131 return X509_get_version(cert.get()) + 1;
1132}
1133
1134String GetSignatureAlgorithm(const std::shared_ptr<X509>& cert)
1135{

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected