Re: SSL (patch 2) - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: SSL (patch 2)
Date
Msg-id Pine.LNX.4.44.0205272203040.2460-100000@localhost.localdomain
Whole thread Raw
In response to SSL (patch 2)  (Bear Giles <bgiles@coyotesong.com>)
Responses Re: SSL (patch 2)  (Bear Giles <bgiles@coyotesong.com>)
List pgsql-patches
Bear Giles writes:

> This patch adds calls to SSL_get_error() after SSL_read() and
> SSL_write(), adds SSL_shutdown() before SSL_free(), and changes
> default protocol from SSLv3 to TLSv1.

What are the advantages and ramifications of changing this protocol?  If
it's the "default" protocol, how can I change it?  Patch is OK besides
that.

--
Peter Eisentraut   peter_e@gmx.net



pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: COPY and default values
Next
From: Peter Eisentraut
Date:
Subject: Re: SSL (patch 3)