Home
last modified time | relevance | path

Searched refs:incep (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c1391 sigdate_error(const char* str, int32_t expi, int32_t incep, int32_t now) in sigdate_error() argument
1402 ti = (time_t)incep; in sigdate_error()
1412 (unsigned)incep, (unsigned)now); in sigdate_error()
1421 uint32_t expi, incep, now; in check_dates() local
1423 memmove(&incep, incep_p, sizeof(incep)); in check_dates()
1425 incep = ntohl(incep); in check_dates()
1438 if(compare_1982(incep, expi) > 0) { in check_dates()
1440 "signature bad", expi, incep, now); in check_dates()
1452 if(compare_1982(incep, now) > 0) { in check_dates()
1454 uint32_t skew = subtract_1982(incep, expi)/10; in check_dates()
[all …]
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in711 # by 10% of the signature lifetime (expir-incep) from our local clock.
H A DChangelog5359 - Also disable -flto for clang, to make incep-expi signature check