diff options
author | Magnus Hagander | 2009-04-24 13:01:30 +0000 |
---|---|---|
committer | Magnus Hagander | 2009-04-24 13:01:30 +0000 |
commit | 6227ff27e91fc3718e6d6c176bf4ed4b0028c435 (patch) | |
tree | 28bafea064f172db383bbddfa13a65647fe6ea64 | |
parent | e6efc1210de4666d609c7b3c3543613c502649a1 (diff) |
Remove sslverify parameter from release notes, mention that sslmode is
used instead.
-rw-r--r-- | doc/src/sgml/release.sgml | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index ea6cbf095a..6ef69604fd 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -2622,24 +2622,16 @@ do it for earlier branch release files. </para> <para> - <application>libpq</> now verifies both the certificate and - the name of the server by default when making <acronym>SSL</> + <application>libpq</> now supports verifying both the certificate + and the name of the server when making <acronym>SSL</> connections. If a root certificate is not available to use for verification, <acronym>SSL</> connections will fail. The - <literal>sslverify</> parameter can be used to disable the host - and certificate verification if required. - </para> - </listitem> - - <listitem> - <para> - Add connection parameter <literal>sslverify</> to control - the verification of the server's certificate - (Magnus) + <literal>sslmode</> parameter is used to enable the certificate + verification. </para> <para> - The default is full verification. + The default is still not to do any verification. </para> </listitem> |