Re: [openssl.org #2240] Missing Supported Point Formats Extension in ServerHello should be ignored

2010-10-01 Thread Mounir IDRASSI via RT
Hi Steven, Can you please check the protocol and the cipher used for each case (SSLv3_server_method vs SSLv23_server_method) using the same client? The only explanation for the difference you are seeing is that when you use SSLv3_server_method, TLS extension ECPointFormats is sent with

Re: [openssl.org #2240] Missing Supported Point Formats Extension in ServerHello should be ignored

2010-09-30 Thread Steven Noonan
Hi Mounir, The patch you attached to PR 2240 works perfectly here. Was having difficulty connecting to an OpenFire Jabber server via Gajim, Psi, and Kopete, but now I'm not. Another fix I discovered for the Psi/Kopete issue was to use SSLv3_server_method() instead of SSLv23_server_method() in

Re: [openssl.org #2240] Missing Supported Point Formats Extension in ServerHello should be ignored

2010-09-30 Thread Steven Noonan via RT
Hi Mounir, The patch you attached to PR 2240 works perfectly here. Was having difficulty connecting to an OpenFire Jabber server via Gajim, Psi, and Kopete, but now I'm not. Another fix I discovered for the Psi/Kopete issue was to use SSLv3_server_method() instead of SSLv23_server_method() in

RE: [openssl.org #2240] Missing Supported Point Formats Extension in ServerHello should be ignored

2010-04-25 Thread Sugimoto, Koichi - GlobalSign K.K.
Sugimoto. -Original Message- From: owner-openssl-...@openssl.org [mailto:owner-openssl-...@openssl.org] On Behalf Of Mounir IDRASSI via RT Sent: Sunday, April 25, 2010 2:13 PM To: ll...@randombit.net Cc: openssl-dev@openssl.org Subject: Re: [openssl.org #2240] Missing Supported Point

Re: [openssl.org #2240] Missing Supported Point Formats Extension in ServerHello should be ignored

2010-04-24 Thread Mounir IDRASSI
Hi, I'm attaching a simple patch that should correct this behavior. Can you test it and tell us the results? Thanks, -- Mounir IDRASSI IDRIX http://www.idrix.fr Dear openssl support, I investigated the following web servers. But all of them failed with the same error. 1)

Re: [openssl.org #2240] Missing Supported Point Formats Extension in ServerHello should be ignored

2010-04-24 Thread Mounir IDRASSI via RT
Hi, I'm attaching a simple patch that should correct this behavior. Can you test it and tell us the results? Thanks, -- Mounir IDRASSI IDRIX http://www.idrix.fr Dear openssl support, I investigated the following web servers. But all of them failed with the same error. 1)

Re: [openssl.org #2240] Missing Supported Point Formats Extension in ServerHello should be ignored

2010-04-23 Thread koichi sugimoto
Dear openssl support, I investigated the following web servers. But all of them failed with the same error. 1) apache-tomcat-6.0.26 + bcprov-ext-jdk16-145 + jdk1.6.0_17 (centos 5) 2) jboss-4.2.3.GA + bcprov-jdk15 + jdk1.6.0_17 (centos 5) 3) IIS 7 (windows 7) On the other hand, many browsers