Re: [openssl-users] parse tlsext error in response to client hello

2016-01-26 Thread Wieck, Owen
PM To: openssl-users@openssl.org Subject: Re: [openssl-users] parse tlsext error in response to client hello On 25/01/16 20:02, Wieck, Owen wrote: > Dear all -- > > Trying to debug a failing TLS negotiation. Is the following (possibly > erroneous) "supported point formats extension&q

Re: [openssl-users] parse tlsext error in response to client hello

2016-01-25 Thread Matt Caswell
On 25/01/16 20:02, Wieck, Owen wrote: > Dear all -- > > Trying to debug a failing TLS negotiation. Is the following (possibly > erroneous) "supported point formats extension" the cause of openssl's "parse > tlsext" error? Yes. I copied your record below and pushed it through OpenSSL to recre

[openssl-users] parse tlsext error in response to client hello

2016-01-25 Thread Wieck, Owen
Dear all -- Trying to debug a failing TLS negotiation. Is the following (possibly erroneous) "supported point formats extension" the cause of openssl's "parse tlsext" error? 00 0b 00 01 00where 000b == the extension type (ec point formats), 0001 == the length (1 byte), and 00 == a zero-length

[openssl-users] parse tlsext error in response to client hello

2016-01-25 Thread Wieck, Owen
Dear all -- Trying to debug a failing TLS negotiation. Is the following (possibly erroneous) "supported point formats extension" the cause of openssl's "parse tlsext" error? 00 0b 00 01 00where 000b == the extension type (ec point formats), 0001 == the length (1 byte), and 00 == a zero-length