Tom Lane wrote: > [EMAIL PROTECTED] (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>
---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org