[openssl-dev] 1.1.0-pre4: ALPN mismatch terminates connection

2016-03-19 Thread Christian Heimes
Hi, I think I found a regression in 1.1.0-pre4's ALPN code. I'm currently porting Python's ssl module to OpenSSL 1.1.0-pre4. One of Python's unit tests for ALPN is failing. In the test case both client and server advertise ALPN but have no overlapping protocols. In OpenSSL 1.1.0-pre3 and all

Re: [openssl-dev] 1.1.0-pre4: ALPN mismatch terminates connection

2016-03-18 Thread Christian Heimes
On 2016-03-17 11:08, Christian Heimes wrote: > Hi, > > I think I found a regression in 1.1.0-pre4's ALPN code. And here is a fix: https://github.com/openssl/openssl/pull/891 -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev