Searched refs:test_expired (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dx509_test.c688 static time_t test_expired = 1375573111ULL; /* Sat Aug 3 23:38:31 2013 */ variable
886 x509_check_time_fail_ok ( &server_crt, test_expired );
888 x509_check_time_ok ( &root_crt, test_expired );
915 x509_validate_chain_fail_ok ( &server_chain, test_expired, &test_root );
916 x509_validate_chain_ok ( &useless_chain, test_expired, &test_root );
H A Dcms_test.c1332 static time_t test_expired = 1375573111ULL; /* Sat Aug 3 23:38:31 2013 */ variable
1418 NULL, test_expired, &test_root );

Completed in 58 milliseconds