Re: implicit connect

2019-02-20 Thread Matt Caswell
On 20/02/2019 20:55, Jeremy Harris wrote: > Hi, > > Is the use of SSL_write() to do an implicit SSL_connect() > expected to save any packets? With 1.1.1a (Fedora 29) I > don't see it doing so; the (TLS1.3) Change Cipher Spec, > Finished is sent in a separate TCP segment to the data > written.

implicit connect

2019-02-20 Thread Jeremy Harris
Hi, Is the use of SSL_write() to do an implicit SSL_connect() expected to save any packets? With 1.1.1a (Fedora 29) I don't see it doing so; the (TLS1.3) Change Cipher Spec, Finished is sent in a separate TCP segment to the data written. If not, might it do some time in the future? -- Thanks,