/pki/ |
A D | encode_values_unittest.cc | 31 EXPECT_EQ(6, generalized_time.month); in TEST() 41 generalized_time.month = 6; in TEST() 56 generalized_time.month = 1; in TEST() 71 time.month = 12; in TEST() 85 time.month = 0; in TEST() 94 time.month = 99; in TEST() 106 time.month = 100; in TEST() 113 time.month = 12; in TEST() 149 time.month = 0; in TEST() 158 time.month = 99; in TEST() [all …]
|
A D | encode_values.cc | 59 generalized_time->month = tmp_tm.tm_mon + 1; in EncodePosixTimeAsGeneralizedTime() 71 tmp_tm.tm_mon = generalized.month - 1; in GeneralizedTimeToPosixTime() 86 if (!WriteFourDigit(time.year, out) || !WriteTwoDigit(time.month, out + 4) || in EncodeGeneralizedTime() 107 if (!WriteTwoDigit(year, out) || !WriteTwoDigit(time.month, out + 2) || in EncodeUTCTime()
|
A D | parse_values.cc | 83 if (time.month < 1 || time.month > 12) { in ValidateGeneralizedTime() 101 switch (time.month) { in ValidateGeneralizedTime() 310 return std::tie(lhs.year, lhs.month, lhs.day, lhs.hours, lhs.minutes, in operator <() 311 lhs.seconds) < std::tie(rhs.year, rhs.month, rhs.day, in operator <() 331 !DecimalStringToUint(reader, 2, &time.month) || in ParseUTCTime() 358 !DecimalStringToUint(reader, 2, &time.month) || in ParseGeneralizedTime()
|
A D | parse_values.h | 100 uint8_t month; member
|
A D | parse_certificate_unittest.cc | 37 pretty_time << "year=" << int{time.year} << ", month=" << int{time.month} in ToString()
|
/pki/testdata/parse_certificate_unittest/ |
A D | tbs_v1.pem | 41 VALIDITY NOTBEFORE: year=2012, month=10, day=18, hours=3, minutes=12, seconds=0 47 VALIDITY NOTAFTER: year=2013, month=10, day=18, hours=14, minutes=59, seconds=59
|
A D | tbs_v2_no_optionals.pem | 43 VALIDITY NOTBEFORE: year=2012, month=10, day=18, hours=3, minutes=12, seconds=0 49 VALIDITY NOTAFTER: year=2013, month=10, day=18, hours=14, minutes=59, seconds=59
|
A D | tbs_validity_both_generalized_time.pem | 45 VALIDITY NOTBEFORE: year=2014, month=1, day=31, hours=0, minutes=0, seconds=0 51 VALIDITY NOTAFTER: year=2016, month=2, day=29, hours=0, minutes=0, seconds=0
|
A D | tbs_validity_both_utc_time.pem | 45 VALIDITY NOTBEFORE: year=2012, month=10, day=18, hours=3, minutes=12, seconds=0 51 VALIDITY NOTAFTER: year=2013, month=10, day=18, hours=14, minutes=59, seconds=59
|
A D | tbs_validity_generalized_time_and_utc_time.pem | 45 VALIDITY NOTBEFORE: year=2014, month=1, day=31, hours=0, minutes=0, seconds=0 51 VALIDITY NOTAFTER: year=2013, month=10, day=18, hours=14, minutes=59, seconds=59
|
A D | tbs_validity_utc_time_and_generalized_time.pem | 45 VALIDITY NOTBEFORE: year=2012, month=10, day=18, hours=3, minutes=12, seconds=0 51 VALIDITY NOTAFTER: year=2016, month=2, day=29, hours=0, minutes=0, seconds=0
|
A D | tbs_v2_issuer_unique_id.pem | 44 VALIDITY NOTBEFORE: year=2012, month=10, day=18, hours=3, minutes=12, seconds=0 50 VALIDITY NOTAFTER: year=2013, month=10, day=18, hours=14, minutes=59, seconds=59
|
A D | tbs_v2_issuer_and_subject_unique_id.pem | 46 VALIDITY NOTBEFORE: year=2012, month=10, day=18, hours=3, minutes=12, seconds=0 52 VALIDITY NOTAFTER: year=2013, month=10, day=18, hours=14, minutes=59, seconds=59
|
A D | tbs_v3_no_optionals.pem | 46 VALIDITY NOTBEFORE: year=2012, month=10, day=18, hours=3, minutes=12, seconds=0 52 VALIDITY NOTAFTER: year=2013, month=10, day=18, hours=14, minutes=59, seconds=59
|
A D | tbs_v3_extensions.pem | 48 VALIDITY NOTBEFORE: year=2012, month=10, day=18, hours=3, minutes=12, seconds=0 54 VALIDITY NOTAFTER: year=2013, month=10, day=18, hours=14, minutes=59, seconds=59
|
A D | tbs_v3_all_optionals.pem | 48 VALIDITY NOTBEFORE: year=2012, month=10, day=18, hours=3, minutes=12, seconds=0 54 VALIDITY NOTAFTER: year=2013, month=10, day=18, hours=14, minutes=59, seconds=59
|
A D | tbs_v3_real.pem | 165 VALIDITY NOTBEFORE: year=2012, month=4, day=19, hours=13, minutes=53, seconds=24 171 VALIDITY NOTAFTER: year=2013, month=4, day=19, hours=13, minutes=53, seconds=24
|