Matthew Hodgson b92678f4e9 openssl s_server: don't use sendto() with connected UDP socket
Fixes #7675

On macOS, if you call `connect()` on a UDP socket you cannot then
call `sendto()` with a destination, otherwise it fails with Err#56
('socket is already connected').

By calling `BIO_ctrl_set_connected()` on the wbio we can tell it
that the socket has been connected and make it call `send()` rather
than `sendto()`.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7676)
2018-11-21 21:04:38 +01:00
..
2011-03-16 11:50:33 +00:00
2018-11-20 13:26:47 +00:00
2018-03-20 13:08:46 +00:00
2018-01-31 23:45:12 +01:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-21 12:36:21 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-10-02 10:52:57 +01:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2018-02-13 13:59:25 +00:00
2009-09-06 15:49:46 +00:00
2018-04-19 21:03:53 +02:00
2018-02-13 13:59:25 +00:00
2018-09-04 14:24:11 +02:00
2018-11-10 04:30:45 +02:00
2018-02-13 13:59:25 +00:00
2018-02-28 18:44:56 +01:00
2018-02-13 13:59:25 +00:00
2018-03-13 18:33:44 +10:00
2018-05-31 10:39:13 +01:00
2016-05-17 14:19:19 -04:00
2016-05-17 14:19:19 -04:00
2018-02-13 13:59:25 +00:00
2018-03-20 13:08:46 +00:00
2016-05-17 14:19:19 -04:00
2017-06-30 21:56:44 -04:00
2016-10-19 00:56:48 +02:00