Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2e427ec

Browse files
committed
Clearify new SSL certificate verification in libpq
1 parent cc42c14 commit 2e427ec

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

doc/src/sgml/release.sgml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.607 2009/03/27 11:58:21 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.608 2009/03/27 12:01:57 mha Exp $ -->
22
<!--
33

44
Typical markup:
@@ -2216,8 +2216,15 @@ do it for earlier branch release files.
22162216

22172217
<listitem>
22182218
<para>
2219-
Fix libpq certificate validation for SSL connections (Magnus) bjm:
2220-
details?
2219+
Fix libpq certificate validation for SSL connections (Magnus)
2220+
</para>
2221+
2222+
<para>
2223+
libpq now verifies both the certificate and the name of the server by
2224+
default when making SSL connections. If a root certificate is not
2225+
available to use for verification, SSL connections will fail. The
2226+
"sslverify" parameter can be used to disable the host and certificate
2227+
verification if required.
22212228
</para>
22222229
</listitem>
22232230

0 commit comments

Comments
 (0)