Lines Matching refs:year
551 int year, month, day, hour, min, sec;
572 if (sscanf(pos, "%02d", &year) != 1) {
574 "UTCTime year", buf, len);
577 if (year < 50)
578 year += 2000;
580 year += 1900;
589 if (sscanf(pos, "%04d", &year) != 1) {
591 "GeneralizedTime year", buf, len);
636 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
639 if (year < 1970) {
645 wpa_printf(MSG_DEBUG, "X509: Year=%d before epoch - "
646 "assume epoch as the time", year);
672 * validity dates through the year 2049 as UTCTime; certificate