]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/s_client.c
Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_client
authorPetr Gotthard <petr.gotthard@centrum.cz>
Mon, 15 Feb 2021 19:07:27 +0000 (20:07 +0100)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 17 Feb 2021 01:17:54 +0000 (11:17 +1000)
commit574ca403c81edc1f21229526e2a8a67bcdabeb99
tree4e95891df6ea4cbfefcc376a62fd224513b55eeb
parent5b888e931b64a132a0cd33b24344dc6cdac74727
Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_client

The `openssl s_server` and `openssl s_client` currently ignore
the `-propquery` parameter. Fix patch fixes this.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14195)
apps/s_client.c
apps/s_server.c