diff options
author | Ingela Anderton Andin <[email protected]> | 2010-06-11 11:18:46 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-11 14:15:27 +0200 |
commit | b1024ed7b5b2606bf483e3c672579845a75e8009 (patch) | |
tree | dbd6b5362034cdfff02a7c0aab5cae76194cb73d /lib/ssl/doc | |
parent | 150f6815f9cf493fec6842a7316d8b3be39cfaef (diff) | |
download | otp-b1024ed7b5b2606bf483e3c672579845a75e8009.tar.gz otp-b1024ed7b5b2606bf483e3c672579845a75e8009.tar.bz2 otp-b1024ed7b5b2606bf483e3c672579845a75e8009.zip |
OTP-8695 New ssl default
Ssl has now switched default implementation and removed deprecated
certificate handling. All certificate handling is done by the public_key
application.
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/old_ssl.xml | 2 | ||||
-rw-r--r-- | lib/ssl/doc/src/using_ssl.xmlsrc (renamed from lib/ssl/doc/src/using_ssl.xml) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/old_ssl.xml b/lib/ssl/doc/src/old_ssl.xml index 884e8f67b7..0d2e1afdbd 100644 --- a/lib/ssl/doc/src/old_ssl.xml +++ b/lib/ssl/doc/src/old_ssl.xml @@ -45,7 +45,7 @@ that coexists with the new one until it has been totally phased out. </p> - <p>The new implementation can be + <p>The old implementation can be accessed by providing the option {ssl_imp, old} to the ssl:connect and ssl:listen functions.</p> diff --git a/lib/ssl/doc/src/using_ssl.xml b/lib/ssl/doc/src/using_ssl.xmlsrc index ba74dcfef4..ba74dcfef4 100644 --- a/lib/ssl/doc/src/using_ssl.xml +++ b/lib/ssl/doc/src/using_ssl.xmlsrc |