]> git.ipfire.org Git - thirdparty/openssl.git/commit
params: add features to param parser generator master
authorPauli <ppzgs1@gmail.com>
Fri, 15 Aug 2025 03:34:04 +0000 (13:34 +1000)
committerPauli <ppzgs1@gmail.com>
Sat, 23 Aug 2025 03:31:25 +0000 (13:31 +1000)
commit53eb2363a1e6336a40a64b3f7b9f09eca95fabef
tree827a4b29cc65681808fc9b5fe52f65be5e3c7095
parentb561837ee9bb9393cd3ada325180130fda2613bc
params: add features to param parser generator

Support BN as an available type.

If a param name is repeated, use the extra fields for the first not the last.

Include the parameter name in a comment in the generated parser.  This
Fixes #28257

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28273)
util/perl/OpenSSL/paramnames.pm