Re: [COMMITTERS] pgsql: Add SSL CRL support to libpq. - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [COMMITTERS] pgsql: Add SSL CRL support to libpq.
Date
Msg-id 200605061625.k46GPfC03913@candle.pha.pa.us
Whole thread Raw
List pgsql-patches
Tom Lane wrote:
> momjian@postgresql.org (Bruce Momjian) writes:
> > Add SSL CRL support to libpq.  Recently added to the backend.
>
> Surely this patch requires a documentation update.

Oh, I didn't realize the libpq documentation went into that detail, but
it does.  Patch attached and applied.

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

  + If your life is a hard drive, Christ can be your backup. +
Index: doc/src/sgml/libpq.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v
retrieving revision 1.207
diff -c -c -r1.207 libpq.sgml
*** doc/src/sgml/libpq.sgml    23 Apr 2006 03:39:51 -0000    1.207
--- doc/src/sgml/libpq.sgml    6 May 2006 16:22:14 -0000
***************
*** 4081,4086 ****
--- 4081,4089 ----
     The SSL connection will
     fail if the server does not present a certificate; therefore, to
     use this feature the server must also have a <filename>root.crt</> file.
+    Certificate Revocation List (CRL) entries are also checked if the file
+    <filename>~/.postgresql/root.crl</filename> exists (%APPDATA%\postgresql\root.crl
+    on Microsoft Windows).
    </para>

    <para>

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: cast bytea to/from bit strings
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCH] Add support for GnuTLS