Home
last modified time | relevance | path

Searched refs:g_signatureInceptionSkew (Results 1 – 2 of 2) sorted by relevance

/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dvalidate.hh32 extern time_t g_signatureInceptionSkew;
H A Dvalidate.cc9 time_t g_signatureInceptionSkew{0}; variable
904 return sig->d_siginception - g_signatureInceptionSkew <= now; in isRRSIGIncepted()
921 …- g_signatureInceptionSkew > now) ? "not yet valid" : "expired")<<" (inception: "<<sig->d_sigincep… in checkSignatureWithKey()