Skip to content

Commit

Permalink
limbo: more validity cases (#237)
Browse files Browse the repository at this point in the history
* limbo: more validity cases

Signed-off-by: William Woodruff <[email protected]>

* limbo: add notafter_fractional

Signed-off-by: William Woodruff <[email protected]>

* openssl: increase harness time resolution

Signed-off-by: William Woodruff <[email protected]>

* limbo: add notbefore_exact

Signed-off-by: William Woodruff <[email protected]>

* limbo: notbefore_fractional

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Mar 20, 2024
1 parent 1aa7699 commit 2d797b4
Show file tree
Hide file tree
Showing 4 changed files with 784 additions and 500 deletions.
2 changes: 1 addition & 1 deletion harness/openssl/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ json evaluate_testcase(const json &testcase)
if (testcase["validation_time"].is_string())
{
std::istringstream ss(testcase["validation_time"].template get<std::string>());
date::sys_seconds tp;
std::chrono::time_point<std::chrono::system_clock, std::chrono::milliseconds> tp;
ss >> date::parse("%FT%T%Z", tp);

if (ss.fail())
Expand Down
Loading

0 comments on commit 2d797b4

Please sign in to comment.