Skip to content

Commit

Permalink
82-test_ocsp_cert_chain.t: Just ignore unrecognized lines in server o…
Browse files Browse the repository at this point in the history
…utput

There might be warnings from AFL fuzz checker
or other warnings that we do not care about.

For success it is just required that cert_status: ocsp response sent:
is present.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from #23851)
  • Loading branch information
t8m committed Mar 15, 2024
1 parent 103952d commit 33f6d61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/recipes/82-test_ocsp_cert_chain.t
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ sub run_test {
if (/^cert_status: ocsp response sent:/) {
$resp = 1;
last;
} elsif (/^cert_status:/) {
;
} else {
last;
}
}
ok($resp == 1, "check s_server sent ocsp response");
Expand Down

0 comments on commit 33f6d61

Please sign in to comment.