Re: SSL (patch 2)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bear Giles <bgiles(at)coyotesong(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: SSL (patch 2)
Date: 2002-05-27 20:25:44
Message-ID: Pine.LNX.4.44.0205272203040.2460-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-05-27 20:26:12 Re: SSL (patch 3)
Previous Message Peter Eisentraut 2002-05-27 20:25:00 Re: SSL (patch 1)