Re: [openssl-users] Using TCP Fast Open with OpenSSL

2016-01-20 Thread Sara Dickinson
Hi, I have recently been adding support for TLS using OpenSSL to a client application. When using TCP the application uses TCP Fast Open (TFO) as described in this RFC: https://tools.ietf.org/html/rfc7413 . TFO is currently available for clients on both Li

Re: [openssl-users] Using TCP Fast Open with OpenSSL

2016-01-20 Thread Sara Dickinson
> On 20 Jan 2016, at 16:55, Viktor Dukhovni wrote: >> On Jan 20, 2016, at 9:27 AM, Sara Dickinson wrote: >> >> I have TFO + TLS (using OpenSSL) working on OS X. However, because of the >> specifics of the TFO implementation on Linux, I can’t see how to get that