diff options
author | Dan Gudmundsson <[email protected]> | 2010-02-09 15:39:59 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-12 10:03:28 +0100 |
commit | 590a06126b813a306455d340f73c88ebfafce29a (patch) | |
tree | e8cadd36221a5b585edf3a0a96d4b6adb80d0437 /lib/ssl/doc | |
parent | f435df0e065c06e2ae11308c0ec5a19a9ce887fa (diff) | |
download | otp-590a06126b813a306455d340f73c88ebfafce29a.tar.gz otp-590a06126b813a306455d340f73c88ebfafce29a.tar.bz2 otp-590a06126b813a306455d340f73c88ebfafce29a.zip |
Allow <c>ssl:listen/2</c> to be called with option {ssl_imp, old}.
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/new_ssl.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/new_ssl.xml b/lib/ssl/doc/src/new_ssl.xml index a11919eb51..b642280096 100644 --- a/lib/ssl/doc/src/new_ssl.xml +++ b/lib/ssl/doc/src/new_ssl.xml @@ -60,10 +60,9 @@ very crippled as the control of the ssl-socket was deep down in openssl making it hard if not impossible to support all inet options, ipv6 and upgrade of a tcp - connection to a ssl connection. The alfa version has a + connection to a ssl connection. This version has a few limitations that will be removed before the ssl-4.0 - release. Main differences and limitations in the alfa are - listed below.</p> + release. Main differences and limitations are listed below.</p> <list type="bulleted"> <item>New ssl requires the crypto |