Re: be-secure.c patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Libor Hohoš <liho(at)d-prog(dot)cz>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: be-secure.c patch
Date: 2006-04-27 02:31:12
Message-ID: 200604270231.k3R2VC428968@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch adjusted and applied. Thanks.

I added documentation about SSL Certificate Revocation List (CRL) files.

We throw a log message of "root.crl" does exist. Perhaps we should just
silently say nothing, but that seems dangerous.

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

Libor Hoho wrote:
> Hello PG folks,
> the attachement contains a simple patch to adding of verification of client's certificate(s)
> against CRL on server side in mutual SSL authentication.
> The CRL file has name "root.crl" and it must be stored in PGDATA directory.
>
> With best regards
> L. Hohos
[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Attachment Content-Type Size
/rtmp/diff text/x-diff 3.2 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-04-27 02:45:38 Re: INS/UPD/DEL RETURNING for 8.2
Previous Message Bruce Momjian 2006-04-27 01:05:36 Re: plpython improvements