diff options
author | Ingela Anderton Andin <[email protected]> | 2017-06-07 16:09:32 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-06-07 16:15:44 +0200 |
commit | 2726a0bb5e3839913cf9a452ee168e3443f325c6 (patch) | |
tree | 1d4b8656c94abf358dca67ba5e34060fc5f04d56 /lib/ssl | |
parent | f66bca0ad272dbed8ec0b3b1b35d182cf65f7a1d (diff) | |
download | otp-2726a0bb5e3839913cf9a452ee168e3443f325c6.tar.gz otp-2726a0bb5e3839913cf9a452ee168e3443f325c6.tar.bz2 otp-2726a0bb5e3839913cf9a452ee168e3443f325c6.zip |
ssl: Document DTLS
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 2940ccb1e7..ca2dcbb761 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -189,6 +189,11 @@ <taglist> + <tag><c>{protocol, tls | dtls}</c></tag> + <item><p>Choose TLS or DTLS protocol for the transport layer security. + Defaults to <c>tls</c> Introduced in OTP 20, DTLS support is considered + experimental in this release. DTLS over other transports than UDP are not yet supported.</p></item> + <tag><c>{cert, public_key:der_encoded()}</c></tag> <item><p>The DER-encoded users certificate. If this option is supplied, it overrides option <c>certfile</c>.</p></item> |