Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2e427ec0
Commit
2e427ec0
authored
Mar 27, 2009
by
Magnus Hagander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clearify new SSL certificate verification in libpq
parent
cc42c14e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+10
-3
No files found.
doc/src/sgml/release.sgml
View file @
2e427ec0
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.60
7 2009/03/27 11:58:21
mha Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.60
8 2009/03/27 12:01:57
mha Exp $ -->
<!--
Typical markup:
...
...
@@ -2216,8 +2216,15 @@ do it for earlier branch release files.
<listitem>
<para>
Fix libpq certificate validation for SSL connections (Magnus) bjm:
details?
Fix libpq certificate validation for SSL connections (Magnus)
</para>
<para>
libpq now verifies both the certificate and the name of the server by
default when making SSL connections. If a root certificate is not
available to use for verification, SSL connections will fail. The
"sslverify" parameter can be used to disable the host and certificate
verification if required.
</para>
</listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment