Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf3b507c

Browse files
committed
Edit the SSL and Kerberos parts of the release notes a bit, and add
a note about the certificates chains patch just applied.
1 parentd9ebc88 commitf3b507c

File tree

1 file changed

+41
-4
lines changed

1 file changed

+41
-4
lines changed

‎doc/src/sgml/release-8.4.sgml

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.1 2009/05/02 20:17:19 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.4.sgml,v 1.2 2009/05/11 09:00:10 mha Exp $ -->
22
<!-- See header comment in release.sgml about typical markup -->
33

44
<sect1 id="release-8-4">
@@ -714,7 +714,7 @@
714714
</sect4>
715715

716716
<sect4>
717-
<title>Authentication</title>
717+
<title>Authentication and security</title>
718718
<itemizedlist>
719719

720720
<listitem>
@@ -738,6 +738,19 @@
738738
</para>
739739
</listitem>
740740

741+
<listitem>
742+
<para>
743+
Support <acronym>SSL</> certificate chains in server certificate
744+
file (Andrew Gierth)
745+
</para>
746+
747+
<para>
748+
Including the full certificate chain makes the client able
749+
to verify the certificate without having all intermediate CA
750+
certificates present in the local store, which is often the case for
751+
commercial CAs.
752+
</para>
753+
</listitem>
741754
</itemizedlist>
742755

743756
</sect4>
@@ -2616,6 +2629,16 @@
26162629
</para>
26172630
</listitem>
26182631

2632+
<listitem>
2633+
<para>
2634+
Make Kerberos use the same method to determine the username of the
2635+
client as all other authentication methods (Magnus)
2636+
</para>
2637+
2638+
<para>
2639+
Previously a special Kerberos-only API was used.
2640+
</para>
2641+
</listitem>
26192642
</itemizedlist>
26202643

26212644
</sect4>
@@ -2637,11 +2660,25 @@
26372660
connections. If a root certificate is not available to use for
26382661
verification, <acronym>SSL</> connections will fail. The
26392662
<literal>sslmode</> parameter is used to enable the certificate
2640-
verification.
2663+
verification and set the level.
2664+
</para>
2665+
2666+
<para>
2667+
The default is still not to do any verification, allowing connections
2668+
to SSL enabled servers without requiring a root certificate on the
2669+
client.
2670+
</para>
2671+
</listitem>
2672+
2673+
<listitem>
2674+
<para>
2675+
Support wildcard server certificates (Magnus)
26412676
</para>
26422677

26432678
<para>
2644-
The default is still not to do any verification.
2679+
If a certificate <acronym>CN</> starts with <literal>*</>, it will
2680+
be treated as a wildcard when matching the hostname, allowing the
2681+
use of the same certificate for multiple servers.
26452682
</para>
26462683
</listitem>
26472684

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp