Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1129
int GetCertificateVersion(const std::shared_ptr<X509>& cert)
1130
{
1131
return X509_get_version(cert.get()) + 1;
1132
}
1133
1134
String GetSignatureAlgorithm(const std::shared_ptr<X509>& cert)
1135
{
Callers
1
GetCertificateInformation
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected