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

From Bruce Momjian
Subject Re: SSL (patch 5)
Date
Msg-id 200206112232.g5BMWFq24141@candle.pha.pa.us
Whole thread Raw
In response to SSL (patch 5)  (Bear Giles <bgiles@coyotesong.com>)
List pgsql-patches
Seems we don't want this patch because we hope the SSL library will
handle it soon, right?


---------------------------------------------------------------------------

Bear Giles wrote:
> Patch to add initialization from entropy source, either a
> file ($HOME/.postgresql/.rand, $DataDir/.rand) or the
> /dev/urandom device.
>
> This is intended to reduce the ability of an attacker to
> predict our "random" keys.
>
> The random file can be generated with the OpenSSL command:
> openssl rand -out .rand 1024.
>
> Bear

Content-Description: /tmp/patch5

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SSL (combined patches 1-4)
Next
From: Bruce Momjian
Date:
Subject: Re: SSL (patch 6)