From: Tomas Mraz Date: Wed, 22 Jan 2025 18:52:22 +0000 (+0100) Subject: Test openssl ecparam -list_curves X-Git-Tag: openssl-3.5.0-alpha1~611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4333ffcc8e4ecbf5c70214769c77c7a1bb684f;p=thirdparty%2Fopenssl.git Test openssl ecparam -list_curves Reviewed-by: Dmitry Belyavskiy Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/26525) --- diff --git a/test/recipes/15-test_ecparam.t b/test/recipes/15-test_ecparam.t index 869ff301ea7..72e625c4769 100644 --- a/test/recipes/15-test_ecparam.t +++ b/test/recipes/15-test_ecparam.t @@ -30,7 +30,7 @@ if (disabled("sm2")) { @valid = grep { !/sm2-.*\.pem/} @valid; } -plan tests => 13; +plan tests => 14; sub checkload { my $files = shift; # List of files @@ -198,3 +198,5 @@ subtest "Check loading of fips and non-fips params" => sub { $ENV{OPENSSL_CONF} = $defaultconf; }; + +ok(run(app(['openssl', 'ecparam', '-list_curves'])), "Test -list_curves");