Commit c6763156 authored by Bruce Momjian's avatar Bruce Momjian

doc: improve markup of ssl_ecdh_curve commit

parent ec3357a3
...@@ -1020,10 +1020,10 @@ include 'filename' ...@@ -1020,10 +1020,10 @@ include 'filename'
</term> </term>
<listitem> <listitem>
<para> <para>
Specifies the name of the curve to use in ECDH key exchange. Specifies the name of the curve to use in <acronym>ECDH</> key
It needs to be supported by all clients that connect. exchange. It needs to be supported by all clients that connect.
It does not need to be same curve as used by server's It does not need to be same curve as used by server's Elliptic
Elliptic Curve key. The default is <literal>prime256v1</>. Curve key. The default is <literal>prime256v1</>.
</para> </para>
<para> <para>
...@@ -1035,8 +1035,8 @@ include 'filename' ...@@ -1035,8 +1035,8 @@ include 'filename'
<para> <para>
The full list of available curves can be shown with the command The full list of available curves can be shown with the command
<literal>openssl ecparam -list_curves</literal>. Not all of them <command>openssl ecparam -list_curves</command>. Not all of them
are usable in TLS though. are usable in <acronym>TLS</> though.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment