pgsql-server/src backend/libpq/be-secure.c int ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/libpq/be-secure.c int ...
Date: 2003-01-08 23:18:25
Message-ID: 20030108231825.76CE847601F@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 18:18:25

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

Log message:
The second was that renegotiation was just plain broken. I can't
believe I didn't notice this before -- once 64k was sent to/from the
server the client would crash. Basicly, in 7.3 the server SSL code set
the initial state to "about to renegotiate" without actually starting
the renegotiation. In addition, the server and client didn't properly
handle the SSL_ERROR_WANT_(READ|WRITE) error. This is fixed in the
second patch.

Nathan Mueller

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-01-08 23:18:35 pgsql-server/src backend/libpq/Tag: backend/li ...
Previous Message Bruce Momjian - CVS 2003-01-08 22:57:05 pgsql-server/src backend/libpq/Tag: backend/li ...