Re: [COMMITTERS] pgsql: Add SSL CRL support to libpq.
От | Bruce Momjian |
---|---|
Тема | Re: [COMMITTERS] pgsql: Add SSL CRL support to libpq. |
Дата | |
Msg-id | 200605061625.k46GPfC03913@candle.pha.pa.us обсуждение исходный текст |
Список | 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 по дате отправления: