The second was that renegotiation was just plain broken. I can't

Bruce Momjian <bruce@momjian.us>

Commit: b56af49849f3f4f1aa95f31a74dc7ff3a14b575a
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-01-08T23:18:25Z
Releases: 7.4.1
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

Files

PathChange+/−
src/backend/libpq/be-secure.c modified +12 −8
src/interfaces/libpq/fe-secure.c modified +3 −1