mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Update 9.2 SSL release note links.
This commit is contained in:
parent
d3ae406f54
commit
e78cc624e8
@ -307,6 +307,22 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Add libpq <link linkend="guc-ssl-key-file">parameters</link> for
|
||||||
|
specifying the locations of server-side <acronym>SSL</acronym>
|
||||||
|
files (Peter Eisentraut)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This allows changing the location of the files that were previously
|
||||||
|
hard-coded to <filename>server.crt</>, <filename>server.key</>,
|
||||||
|
<filename>root.crt</>, <filename>root.crl</>. <acronym>CA</>
|
||||||
|
(crt) and <acronym>CRL</acronym> files no longer have default
|
||||||
|
names, and if specified, these files must exist.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
@ -363,30 +379,6 @@
|
|||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
|
||||||
<title>Other Incompatibilities</title>
|
|
||||||
|
|
||||||
<itemizedlist>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para>
|
|
||||||
Add libpq <link linkend="libpq-ssl">parameters</link> for
|
|
||||||
specifying the locations of server-side <acronym>SSL</acronym>
|
|
||||||
files (Peter Eisentraut)
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
This allows changing the location of the files that were previously
|
|
||||||
hard-coded to <filename>server.crt</>, <filename>server.key</>,
|
|
||||||
<filename>root.crt</>, <filename>root.crl</>. <acronym>CA</>
|
|
||||||
(crt) and <acronym>CRL</acronym> files no longer have default
|
|
||||||
names, and if specified, these files must exist.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
</itemizedlist>
|
|
||||||
|
|
||||||
</sect3>
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
@ -2392,8 +2384,9 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Add a libpq connection option to disable <acronym>SSL</acronym>
|
Add a libpq <link linkend="libpq-connect-sslcompression">connection
|
||||||
compression (Laurenz Albe)
|
option</link> to disable <acronym>SSL</acronym> compression
|
||||||
|
(Laurenz Albe)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user