]> git.ipfire.org Git - thirdparty/openssl.git/commit
mlx: use TRIE & struct based param decoding
authorPauli <ppzgs1@gmail.com>
Fri, 20 Jun 2025 01:29:00 +0000 (11:29 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 25 Jun 2025 07:22:07 +0000 (17:22 +1000)
commitcf13e66522126f54e6673b8d546eec2207dfbcd3
tree9cd14424e324609cd61b07592537c19de18ad0a2
parentb622ae3917b4e27885ce0a6f08be9f2bd7e3ae0d
mlx: use TRIE & struct based param decoding

Also fix two bugs with the properties parameter to the set_params call:
- the parameter wasn't listed in the settables table
- the parameter was ignored unless there was a public key present

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27859)
providers/implementations/keymgmt/mlx_kmgmt.c.in