[openssl/openssl] b9a189: Modify the dkeyform type to support engine
bangcheng
noreply at github.com
Fri Sep 8 06:18:14 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: b9a189ce87fde1de4bf691031624538262f005c5
https://github.com/openssl/openssl/commit/b9a189ce87fde1de4bf691031624538262f005c5
Author: wangcheng <bangwangnj at 163.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M apps/s_server.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21982)
More information about the openssl-commits
mailing list