Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ X509_get_notBefore
Function
X509_get_notBefore
extra/yassl/src/ssl.cpp:1256–1260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1254
1255
1256
ASN1_TIME* X509_get_notBefore(X509* x)
1257
{
1258
if (x) return x->GetBefore();
1259
return 0;
1260
}
1261
1262
1263
ASN1_TIME* X509_get_notAfter(X509* x)
Callers
nothing calls this directly
Calls
1
GetBefore
Method · 0.80
Tested by
no test coverage detected