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
49cf2cd8
Commit
49cf2cd8
authored
May 27, 2014
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: improve ssl_ecdh_curve descriptions
Patch by Marko Kreen
parent
b8cc8f94
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
9 deletions
+20
-9
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+14
-4
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-9.4.sgml
+6
-5
No files found.
doc/src/sgml/config.sgml
View file @
49cf2cd8
...
@@ -1020,13 +1020,23 @@ include 'filename'
...
@@ -1020,13 +1020,23 @@ include 'filename'
</term>
</term>
<listitem>
<listitem>
<para>
<para>
Specifies the name of the curve to use in ECDH key exchanges. The
Specifies the name of the curve to use in ECDH key exchange.
default is <literal>prime256p1</>.
It needs to be supported by all clients that connect.
It does not need to be same curve as used by server's
Elliptic Curve key. The default is <literal>prime256v1</>.
</para>
</para>
<para>
<para>
The list of available curves can be shown with the command
OpenSSL names for most common curves:
<literal>openssl ecparam -list_curves</literal>.
<literal>prime256v1</> (NIST P-256),
<literal>secp384r1</> (NIST P-384),
<literal>secp521r1</> (NIST P-521).
</para>
<para>
The full list of available curves can be shown with the command
<literal>openssl ecparam -list_curves</literal>. Not all of them
are usable in TLS though.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/release-9.4.sgml
View file @
49cf2cd8
...
@@ -616,17 +616,18 @@
...
@@ -616,17 +616,18 @@
</para>
</para>
<para>
<para>
Such keys are faster and have improved security over previous
This allows use of Elliptic Curve keys for server authentication.
options. The new configuration
Such keys are faster and have improved security over <acronym>RSA</> keys.
parameter <link linkend="guc-ssl-ecdh-curve"><varname>ssl_ecdh_curve</></link>
The new configuration parameter
controls which curve is used.
<link linkend="guc-ssl-ecdh-curve"><varname>ssl_ecdh_curve</></link>
controls which curve is used for <acronym>ECDH</>.
</para>
</para>
</listitem>
</listitem>
<listitem>
<listitem>
<para>
<para>
Improve the default <link
Improve the default <link
linkend="guc-ssl-ciphers"><varname>ssl_ciphers</></link>
ciphers
linkend="guc-ssl-ciphers"><varname>ssl_ciphers</></link>
value
(Marko Kreen)
(Marko Kreen)
</para>
</para>
</listitem>
</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