[openssl-dev] [openssl.org #4394] OpenSSL 1.1.0 state machine can't read handshake headers async

2016-05-20 Thread Matt Caswell via RT
Fixed in 1689e7e6. Also I added a test in d7295cd6d. Thanks Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4394 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4394] OpenSSL 1.1.0 state machine can't read handshake headers async

2016-03-08 Thread David Benjamin via RT
On Mon, Mar 7, 2016 at 5:08 PM David Benjamin via RT wrote: > No patch for this one since I'm not that familiar with your state machine. > If the peer sends handshake messages fragmented across records such that > the handshake message header is split over two records AND the two records > are re

[openssl-dev] [openssl.org #4394] OpenSSL 1.1.0 state machine can't read handshake headers async

2016-03-07 Thread David Benjamin via RT
No patch for this one since I'm not that familiar with your state machine. If the peer sends handshake messages fragmented across records such that the handshake message header is split over two records AND the two records are received in different steps asynchronously, OpenSSL fails to reassemble