aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-05-06 16:25:11 +0000
committerBruce Momjian <bruce@momjian.us>2006-05-06 16:25:11 +0000
commitbcf860b7f30aeed179297fc6ea3985f68f91b0e8 (patch)
tree000c5bdfd33d520cf690d8bed4887a6bd416ae7f
parentcbc0539c2a96de818d2efee522b3bed12d6b7df9 (diff)
downloadpostgresql-bcf860b7f30aeed179297fc6ea3985f68f91b0e8.tar.gz
postgresql-bcf860b7f30aeed179297fc6ea3985f68f91b0e8.zip
Document SSL CRL usage by libpq.
-rw-r--r--doc/src/sgml/libpq.sgml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index fdcd4eb9c10..b856262d1e1 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.207 2006/04/23 03:39:51 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.208 2006/05/06 16:25:11 momjian Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
@@ -4081,6 +4081,9 @@ installs too. The file's location can also be specified by the
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>