]> git.ipfire.org Git - thirdparty/openssl.git/commit
Force ssl/tls protocol flags to use stream sockets
authorBenny Baumann <BenBE@geshi.org>
Wed, 24 Jun 2020 19:54:05 +0000 (21:54 +0200)
committerPauli <paul.dale@oracle.com>
Tue, 30 Jun 2020 01:14:14 +0000 (11:14 +1000)
commit943c6daa491cb248750da1625d3f65b73bc77130
tree3338cdc3fdf949e3235f58d3a80be7a4b498f8ae
parentc437fc2d481ab62b76b11270293392649dd092d3
Force ssl/tls protocol flags to use stream sockets

Prior to this patch doing something like
  openssl s_client -dtls1 -tls1 ...
could cause s_client to speak TLS on a UDP socket
which does not normally make much sense.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12266)

(cherry picked from commit 2c9ba46c90e9d25040260bbdc43e87921f08c788)
apps/s_client.c