Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
f3b507c8
Commit
f3b507c8
authored
15 years ago
by
Magnus Hagander
Browse files
Options
Downloads
Patches
Plain Diff
Edit the SSL and Kerberos parts of the release notes a bit, and add
a note about the certificates chains patch just applied.
parent
d9ebc882
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release-8.4.sgml
+41
-4
41 additions, 4 deletions
doc/src/sgml/release-8.4.sgml
with
41 additions
and
4 deletions
doc/src/sgml/release-8.4.sgml
+
41
−
4
View file @
f3b507c8
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.
1
2009/05/
02 20:17:19 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.
2
2009/05/
11 09:00:10 mha
Exp $ -->
<!-- See header comment in release.sgml about typical markup -->
<sect1 id="release-8-4">
...
...
@@ -714,7 +714,7 @@
</sect4>
<sect4>
<title>Authentication</title>
<title>Authentication
and security
</title>
<itemizedlist>
<listitem>
...
...
@@ -738,6 +738,19 @@
</para>
</listitem>
<listitem>
<para>
Support <acronym>SSL</> certificate chains in server certificate
file (Andrew Gierth)
</para>
<para>
Including the full certificate chain makes the client able
to verify the certificate without having all intermediate CA
certificates present in the local store, which is often the case for
commercial CAs.
</para>
</listitem>
</itemizedlist>
</sect4>
...
...
@@ -2616,6 +2629,16 @@
</para>
</listitem>
<listitem>
<para>
Make Kerberos use the same method to determine the username of the
client as all other authentication methods (Magnus)
</para>
<para>
Previously a special Kerberos-only API was used.
</para>
</listitem>
</itemizedlist>
</sect4>
...
...
@@ -2637,11 +2660,25 @@
connections. If a root certificate is not available to use for
verification, <acronym>SSL</> connections will fail. The
<literal>sslmode</> parameter is used to enable the certificate
verification.
verification and set the level.
</para>
<para>
The default is still not to do any verification, allowing connections
to SSL enabled servers without requiring a root certificate on the
client.
</para>
</listitem>
<listitem>
<para>
Support wildcard server certificates (Magnus)
</para>
<para>
The default is still not to do any verification.
If a certificate <acronym>CN</> starts with <literal>*</>, it will
be treated as a wildcard when matching the hostname, allowing the
use of the same certificate for multiple servers.
</para>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment