diff options
author | Ingela Anderton Andin <[email protected]> | 2018-07-11 10:05:38 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-07-11 10:05:38 +0200 |
commit | e7cd3ad8224e4a755169176e0420d1b77c814272 (patch) | |
tree | d7562b719e2fcc953bc3253b8548637bff689cae /lib/ssl/doc | |
parent | e36538a04a4b78bde04e08141b295213b970aa2c (diff) | |
parent | 0da48905b544052287c42ced84b4a2274ae56d84 (diff) | |
download | otp-e7cd3ad8224e4a755169176e0420d1b77c814272.tar.gz otp-e7cd3ad8224e4a755169176e0420d1b77c814272.tar.bz2 otp-e7cd3ad8224e4a755169176e0420d1b77c814272.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 60dc59d55c..7ce682e28c 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -1538,9 +1538,9 @@ fun(srp, Username :: string(), UserState :: term()) -> to complete handshaking, that is, establishing the SSL/TLS/DTLS connection.</p> <warning> - <p>The socket returned can only be used with - <seealso marker="#handshake-2"> handshake/[2,3]</seealso>. - No traffic can be sent or received before that call.</p> + <p>Most API functions require that the TLS/DTLS + connection is established to work as expected. + </p> </warning> <p>The accepted socket inherits the options set for <c>ListenSocket</c> in |