SSL_conf_cmd: Allow DH Parameters at any position.
authorDaniel Fiala <daniel@openssl.org>
Mon, 4 Apr 2022 17:41:32 +0000 (19:41 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 12 Apr 2022 08:39:09 +0000 (10:39 +0200)
commitb2b8d1883a3b7e64006b0b4ada0cbcf3eb6dba1a
tree1244bcc00a036e570bdeb26c7224f63e1751ec87
parent4908787f21f4f5fa24b721ed3ebbc4d3e93ef70c
SSL_conf_cmd: Allow DH Parameters at any position.

Fixes openssl#17326.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18041)
ssl/ssl_conf.c
test/recipes/90-test_sslapi.t
test/recipes/90-test_sslapi_data/dhparams.pem [new file with mode: 0644]
test/sslapitest.c