From: Bruce Momjian Date: Thu, 23 Sep 2004 13:31:09 +0000 (+0000) Subject: This patch attempts to outline the supported level of SSL within libpq. X-Git-Tag: REL8_0_0BETA3~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa6fa8e549848c728387ad852e0af405d62bddf8;p=postgresql This patch attempts to outline the supported level of SSL within libpq. I haven't mentioned any of ~/.postgresql/{root.crt,postgresql.crt,postresql.key} even though they are checked for in the code, since they do not appear to be supported. I base this on discussions in pgsql-hackers. Dominic Mitchell --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 3b340364b5..e39302e178 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -240,6 +240,15 @@ PGconn *PQconnectdb(const char *conninfo); connection.SSLwith libpq + + + Please note that SSL support in libpq covers + encryption only. It will not verify the validity of the + certificate presented by the server that you are connecting to, + nor verify that the hostname matches that of the server's + certificate. Additionally, there is no support for client + certificates. +