pgsql-server/src backend/libpq/Tag: backend/li ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/libpq/Tag: backend/li ...
Date: 2003-01-08 22:57:05
Message-ID: 20030108225705.D8E1B477057@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 03/01/08 17:57:05

Modified files:
src/backend/libpq: Tag: REL7_3_STABLE be-secure.c
src/interfaces/libpq: Tag: REL7_3_STABLE fe-secure.c

Log message:
I was playing around with 7.3.1 and found some more SSL problems. The
first, that I missed when checking over 7.3.1, was that the client
method was switched to SSLv23 along with the server. The SSLv23 client
method does SSLv2 by default, but can also understand SSLv3. In our
situation the SSLv2 backwords compatibility is really only needed on the
server. This is the first patch.

The last thing is that I found a way for the server to understand SSLv2
HELLO messages (sent by pre-7.3 clients) but then get them to talk
SSLv3. This is the last one.

Nathan Mueller

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-01-08 23:18:25 pgsql-server/src backend/libpq/be-secure.c int ...
Previous Message Bruce Momjian - CVS 2003-01-08 22:56:58 pgsql-server/src backend/libpq/be-secure.c int ...