]> git.ipfire.org Git - thirdparty/openssl.git/commit
paramnames: add new function to handle names and types.
authorPauli <ppzgs1@gmail.com>
Tue, 3 Jun 2025 03:22:14 +0000 (13:22 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 4 Jun 2025 14:48:59 +0000 (16:48 +0200)
commit973322d6729c8bd255a17938e1caac98f378e72f
treeac47d0677c0c5c7ab1c242dbb89b42f55a358957
parent19dfc4672a3e7d152195c890edfdb9bd81d878a7
paramnames: add new function to handle names and types.

The help generates the ettable table and the TRIE based name decode function.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27747)
util/perl/OpenSSL/paramnames.pm