aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/ssl.xml
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2018-06-12 09:49:08 +0200
committerPéter Dimitrov <[email protected]>2018-06-12 09:49:08 +0200
commit43bd7fbfe23533f59b74ec6accad48c0c26b71a7 (patch)
tree6d789814c0c56a2c944d22c486aeae95c9e84c47 /lib/ssl/doc/src/ssl.xml
parent438218baad361fdd2666d29f8ed3a0bcc9eeae60 (diff)
parentbb960a900d697c636947c788ff89306639c904a5 (diff)
downloadotp-43bd7fbfe23533f59b74ec6accad48c0c26b71a7.tar.gz
otp-43bd7fbfe23533f59b74ec6accad48c0c26b71a7.tar.bz2
otp-43bd7fbfe23533f59b74ec6accad48c0c26b71a7.zip
Merge branch 'peterdmv/ssl/suite_to_str/ERL-600/OTP-15106'
* peterdmv/ssl/suite_to_str/ERL-600/OTP-15106: ssl: Add new API function suite_to_str/1 Change-Id: Icf214ece4e1d281da12b02dadc63d4a2ca346563
Diffstat (limited to 'lib/ssl/doc/src/ssl.xml')
-rw-r--r--lib/ssl/doc/src/ssl.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index 825bf46459..adf4fb9ba4 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -1501,6 +1501,18 @@ fun(srp, Username :: string(), UserState :: term()) ->
</func>
<func>
+ <name>suite_to_str(CipherSuite) -> String</name>
+ <fsummary>Returns the string representation of a cipher suite.</fsummary>
+ <type>
+ <v>CipherSuite = erl_cipher_suite()</v>
+ <v>String = string()</v>
+ </type>
+ <desc>
+ <p>Returns the string representation of a cipher suite.</p>
+ </desc>
+ </func>
+
+ <func>
<name>transport_accept(ListenSocket) -></name>
<name>transport_accept(ListenSocket, Timeout) ->
{ok, NewSocket} | {error, Reason}</name>