From f8c1e190faf4d24a94a5ba652dc4e82ad0350a77 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 7 Jun 2016 13:23:20 +0300 Subject: Make values for the TLS 1.2 signature_algorithms extension configurable Added in ssl-7.3.1 (OTP-13261). Documented in ssl-8.0. --- doc/src/manual/ranch_ssl.asciidoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/src') diff --git a/doc/src/manual/ranch_ssl.asciidoc b/doc/src/manual/ranch_ssl.asciidoc index 55accad..07b835a 100644 --- a/doc/src/manual/ranch_ssl.asciidoc +++ b/doc/src/manual/ranch_ssl.asciidoc @@ -39,6 +39,7 @@ ssl_opt() = {alpn_preferred_protocols, [binary()]} | {reuse_session, fun()} | {reuse_sessions, boolean()} | {secure_renegotiate, boolean()} + | {signature_algs, [{atom(), atom()}]} | {sni_fun, fun()} | {sni_hosts, [{string(), ssl_opt()}]} | {user_lookup_fun, {fun(), any()}} @@ -116,6 +117,8 @@ reuse_sessions (false):: Whether to allow session reuse. secure_renegotiate (false):: Whether to reject renegotiation attempts that do not conform to RFC5746. +signature_algs:: + The TLS signature algorithm extension may be used, from TLS 1.2, to negotiate which signature algorithm to use during the TLS handshake. sni_fun:: Function called when the client requests a host using Server Name Indication. Returns options to apply. sni_hosts:: -- cgit v1.2.3