summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorDoug Lewis <lewisdo@objectcomputing.com>2018-08-30 09:39:43 -0500
committerDoug Lewis <lewisdo@objectcomputing.com>2018-08-30 09:39:43 -0500
commit1c48b797177a0494b3e976058890b47f5348b1da (patch)
treeac3fd3bfb647f676b6fc84c6eaf02d9dc886d1ca /TAO/docs
parentd26612f464bebfc08e4318bff2ae609fa405d4b6 (diff)
downloadATCD-1c48b797177a0494b3e976058890b47f5348b1da.tar.gz
Added Eliptic Curve support to SSLIOP.
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/Security/SSLIOP-USAGE.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/docs/Security/SSLIOP-USAGE.html b/TAO/docs/Security/SSLIOP-USAGE.html
index e70f1d2c697..24297ac067c 100644
--- a/TAO/docs/Security/SSLIOP-USAGE.html
+++ b/TAO/docs/Security/SSLIOP-USAGE.html
@@ -187,6 +187,10 @@ function MM_nbGroup(event, grpName) { //v3.0
<td><code>-SSLCheckHost</code></td>
<td>Adds a verification of the peer address to the connection completion process. This feature requires OpenSSL 1.0.2 or newer and performs a reverse DNS lookup to find the originating hostname. If the version of ssl used does not support <code>X509_check_host()</code>, the peer address does not map to a cannonical host name, or the peer did not provide an X.509 certificate, the connection will fail. </td>
</tr>
+ <tr>
+ <td><code>-SSLEcName</code> <em>curve_name</em></td>
+ <td>Provide the name of the Elliptic Curve to use for ECDH cipher. To see a list of the available curve names use the command <em>openssl ecparam -list_curves</em> </td>
+ </tr>
</table>
<h4>Environment variables</h4>