]> git.ipfire.org Git - thirdparty/openssl.git/commit
Modify the dkeyform type to support engine
authorwangcheng <bangwangnj@163.com>
Wed, 6 Sep 2023 13:29:38 +0000 (21:29 +0800)
committerPauli <pauli@openssl.org>
Fri, 8 Sep 2023 06:16:31 +0000 (16:16 +1000)
commitb9a189ce87fde1de4bf691031624538262f005c5
treebe756478a684c167d7b5898f4fe5b148ce7228d1
parente6b6b18af3e85a6b5f0d8ea1070f7070557d6357
Modify the dkeyform type to support engine

The valtype value of dkeyform defined in the s_server_options structure is F, which leads to the judgment that the engine is not supported when processing parameters in the opt_next function.
This the valtype value of dkeyform should be changed to "f".

CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21982)
apps/s_server.c