From bb960a900d697c636947c788ff89306639c904a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Dimitrov?= Date: Mon, 4 Jun 2018 17:02:20 +0200 Subject: ssl: Add new API function suite_to_str/1 Add new API function for converting cipher suite maps to their textual representation. Change-Id: I43681930b38e0f3bdb4dfccbf9e8895aa2d6a281 --- lib/ssl/doc/src/ssl.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 029f29cdb3..e88407dd6d 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -1491,6 +1491,18 @@ fun(srp, Username :: string(), UserState :: term()) -> + + suite_to_str(CipherSuite) -> String + Returns the string representation of a cipher suite. + + CipherSuite = erl_cipher_suite() + String = string() + + +

Returns the string representation of a cipher suite.

+
+
+ transport_accept(ListenSocket) -> transport_accept(ListenSocket, Timeout) -> -- cgit v1.2.3