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 ServerHello message whereas it is not sent when SSLv23_server_method is used.
-- Mounir IDRASSI IDRIX http://www.idrix.fr On 10/1/2010 12:59 AM, Steven Noonan via RT wrote: > 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 qca-ossl. > Any idea why this makes a difference? > > - Steven > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List openssl-dev@openssl.org > Automated List Manager majord...@openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org