From 72f5a4a6174338c011e5c3b73b0ad11ca296b5af Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Wed, 19 Dec 2012 16:16:46 +0100 Subject: ssl: Make TLS-1.2 default version --- lib/ssl/doc/src/ssl_app.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'lib/ssl/doc/src/ssl_app.xml') diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index 2ba6f48611..178bbcaebb 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -1,4 +1,4 @@ - + @@ -29,7 +29,17 @@ sockets.
- Environment + DEPENDENCIES +

The ssl application uses the Erlang applications public_key and + crypto to handle public keys and encryption, hence these + applications needs to be loaded for the ssl application to work. In + an embedded environment that means they need to be started with + application:start/[1,2] before the ssl application is started. +

+
+ +
+ ENVIRONMENT

The following application environment configuration parameters are defined for the SSL application. Refer to application(3) for more information about configuration parameters. -- cgit v1.2.3