diff options
author | Julien Barbot <[email protected]> | 2013-10-29 22:29:01 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-11-06 11:12:11 +0100 |
commit | bc8b6bf58c96f8d5a07146ddea145f71fe8c8956 (patch) | |
tree | f5d365f8f8ceba7d84b56a50d7a5f9cf06b53d74 /lib/ssl/doc | |
parent | 0b13c6cbfff58f928778428deb6862a7744416bb (diff) | |
download | otp-bc8b6bf58c96f8d5a07146ddea145f71fe8c8956.tar.gz otp-bc8b6bf58c96f8d5a07146ddea145f71fe8c8956.tar.bz2 otp-bc8b6bf58c96f8d5a07146ddea145f71fe8c8956.zip |
Add SSL Server Name Indication (SNI) client support
See RFC 6066 section 3
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 445a47c07b..aac04095b4 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -52,6 +52,8 @@ <item>CRL and policy certificate extensions are not supported yet. However CRL verification is supported by public_key, only not integrated in ssl yet. </item> + <item>Support for 'Server Name Indication' extension client side + (RFC 6066 section 3).</item> </list> </section> |