17 #include <gtest/gtest.h>
125 "20170217180154.001Z",
139 "20170217180154+0100",
181 "20170217180154Zlongtrailinggarbage",
188 "170217180154Zlongtrailinggarbage",
216 TEST(X509TimeTest, TestCmpTime) {
224 t.data = (
unsigned char*)
test.data;
225 t.length = strlen(
test.data);
232 TEST(X509TimeTest, TestCmpTimeCurrent) {
233 time_t
now = time(NULL);