Home | History | Annotate | Download | only in tls

Lines Matching full:year

545 	int year, month, day, hour, min, sec;
566 if (sscanf(pos, "%02d", &year) != 1) {
568 "UTCTime year", buf, len);
571 if (year < 50)
572 year += 2000;
574 year += 1900;
583 if (sscanf(pos, "%04d", &year) != 1) {
585 "GeneralizedTime year", buf, len);
630 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
633 if (year < 1970) {
639 wpa_printf(MSG_DEBUG, "X509: Year=%d before epoch - "
640 "assume epoch as the time", year);
666 * validity dates through the year 2049 as UTCTime; certificate