Re: OpenSSL key renegotiation with patched openssl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pg(at)fastcrypt(dot)com
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: OpenSSL key renegotiation with patched openssl
Date: 2009-11-27 21:16:54
Message-ID: 20032.1259356614@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dave Cramer <pg(at)fastcrypt(dot)com> writes:
> Recently openssl has been patched to not renegotiate keys.
> http://www.links.org/?p=780
> After a certain amount of data has gone through a postgresql connection
> the server will attempt to switch session keys.
> What is the workaround (if any ) to avoid this in postgresql ?

Install the updated openssl library. Why are you bugging us about
an openssl patch?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2009-11-27 21:22:51 Re: OpenSSL key renegotiation with patched openssl
Previous Message Jeff Davis 2009-11-27 20:55:49 Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION