diff options
author | Anders Svensson <[email protected]> | 2011-10-04 18:06:53 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-10-06 16:29:47 +0200 |
commit | c002a636022d9910288a8612d03c6edd5c1a6962 (patch) | |
tree | 134a5901f56fa198366007ce98452b39dd17abeb /lib/diameter/doc/src/diameter_tcp.xml | |
parent | 82934adca7cd26777025bc9ae1b87b45d2a55fe2 (diff) | |
download | otp-c002a636022d9910288a8612d03c6edd5c1a6962.tar.gz otp-c002a636022d9910288a8612d03c6edd5c1a6962.tar.bz2 otp-c002a636022d9910288a8612d03c6edd5c1a6962.zip |
Clarify that ssl must be started for TLS support
Also update app testsuite to allow for "undefined" calls
from diameter_tcp to ssl.
Diffstat (limited to 'lib/diameter/doc/src/diameter_tcp.xml')
-rw-r--r-- | lib/diameter/doc/src/diameter_tcp.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/diameter_tcp.xml b/lib/diameter/doc/src/diameter_tcp.xml index 210ae9fdfe..e6b53383c0 100644 --- a/lib/diameter/doc/src/diameter_tcp.xml +++ b/lib/diameter/doc/src/diameter_tcp.xml @@ -48,6 +48,10 @@ TLS security is supported, both as an upgrade following capabilities exchange as specified by RFC 3588 and at connection establishment as in the current draft standard.</p> +<p> +Note that the ssl application is required for TLS and must be started +before configuring TLS capability on diameter transports.</p> + <marker id="start"/> </description> |