diff options
author | Loïc Hoguin <[email protected]> | 2016-10-19 13:06:56 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-10-19 13:06:56 +0200 |
commit | 37eef8c9c59fbea91f3a3bb9c2c644163ffb7c96 (patch) | |
tree | fb017f8d248fe19b31dcde59fef35c1501312c9e /docs/en/ranch | |
parent | 83f1ad46e84c1a9016c9dee2c1ec749880dfd260 (diff) | |
download | ninenines.eu-37eef8c9c59fbea91f3a3bb9c2c644163ffb7c96.tar.gz ninenines.eu-37eef8c9c59fbea91f3a3bb9c2c644163ffb7c96.tar.bz2 ninenines.eu-37eef8c9c59fbea91f3a3bb9c2c644163ffb7c96.zip |
Fix bad icon in old 1.0 docs
Diffstat (limited to 'docs/en/ranch')
-rw-r--r-- | docs/en/ranch/1.2/manual/ranch_ssl/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/en/ranch/1.2/manual/ranch_ssl/index.html b/docs/en/ranch/1.2/manual/ranch_ssl/index.html index 9fe7c6a6..4d358da7 100644 --- a/docs/en/ranch/1.2/manual/ranch_ssl/index.html +++ b/docs/en/ranch/1.2/manual/ranch_ssl/index.html @@ -116,6 +116,7 @@ http://www.gnu.org/software/src-highlite --> | {<span style="color: #FF6600">reuse_session</span>, <span style="font-weight: bold"><span style="color: #0000FF">fun</span></span>()}
| {<span style="color: #FF6600">reuse_sessions</span>, <span style="font-weight: bold"><span style="color: #000000">boolean</span></span>()}
| {<span style="color: #FF6600">secure_renegotiate</span>, <span style="font-weight: bold"><span style="color: #000000">boolean</span></span>()}
+ | {<span style="color: #FF6600">signature_algs</span>, [{<span style="font-weight: bold"><span style="color: #000080">atom</span></span>(), <span style="font-weight: bold"><span style="color: #000080">atom</span></span>()}]}
| {<span style="color: #FF6600">sni_fun</span>, <span style="font-weight: bold"><span style="color: #0000FF">fun</span></span>()}
| {<span style="color: #FF6600">sni_hosts</span>, [{<span style="font-weight: bold"><span style="color: #000000">string</span></span>(), <span style="font-weight: bold"><span style="color: #000000">ssl_opt</span></span>()}]}
| {<span style="color: #FF6600">user_lookup_fun</span>, {<span style="font-weight: bold"><span style="color: #0000FF">fun</span></span>(), <span style="font-weight: bold"><span style="color: #000000">any</span></span>()}}
@@ -350,6 +351,14 @@ secure_renegotiate (false) </p>
</dd>
<dt class="hdlist1">
+signature_algs
+</dt>
+<dd>
+<p>
+ The TLS signature algorithm extension may be used, from TLS 1.2, to negotiate which signature algorithm to use during the TLS handshake.
+</p>
+</dd>
+<dt class="hdlist1">
sni_fun
</dt>
<dd>
|