]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps: test ec app -param_enc option
authorJakub Zelenka <jakub.zelenka@openssl.foundation>
Tue, 30 Jun 2026 17:14:23 +0000 (19:14 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Mon, 13 Jul 2026 15:00:15 +0000 (17:00 +0200)
commit804fc3ecd8dbced41171c7e7eb249ce54dff50a3
tree8dcf2b072fd2e22aaee6cc30b17b7f76d43e30c5
parentda37b2b65600920662daffb70fa5c835642bcc69
apps: test ec app -param_enc option

Exercise the previously untested -param_enc option of the ec app,
covering named_curve and explicit parameter encodings (compared
against checked-in reference encodings) as well as rejection of an
invalid value.

Assisted-by: Claude:claude-opus-4-8
Reviewed-by: Matt Caswell <matt@openssl.foundation>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Mon Jul 13 15:00:25 2026
(Merged from https://github.com/openssl/openssl/pull/31799)
test/recipes/15-test_ec.t
test/recipes/15-test_ec_data/ec-param-explicit.der [new file with mode: 0644]
test/recipes/15-test_ec_data/ec-param-named.der [new file with mode: 0644]