aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/ssl.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-04-05 07:50:01 +0200
committerIngela Anderton Andin <[email protected]>2016-04-06 11:38:30 +0200
commit9a834cff78e3f4e33b561304c83de717019f5a4d (patch)
tree148546f7c0feab9b082240adf781c965fd7603c2 /lib/ssl/doc/src/ssl.xml
parent923ea90fb23ff65071b688fbee09c00b47afc272 (diff)
downloadotp-9a834cff78e3f4e33b561304c83de717019f5a4d.tar.gz
otp-9a834cff78e3f4e33b561304c83de717019f5a4d.tar.bz2
otp-9a834cff78e3f4e33b561304c83de717019f5a4d.zip
ssl: Remove default support for use of md5 in TLS 1.2 signature algorithms
Diffstat (limited to 'lib/ssl/doc/src/ssl.xml')
-rw-r--r--lib/ssl/doc/src/ssl.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index 17842c71ad..53d534ef19 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -548,13 +548,11 @@ fun(srp, Username :: string(), UserState :: term()) ->
{sha, ecdsa},
{sha, rsa},
{sha, dsa},
-%% MD5
-{md5, rsa}
]</code>
The algorithms should be in the preferred order.
Selected signature algorithm can restrict which hash functions
- that may be selected.
+ that may be selected. Default support for {md5, rsa} removed in ssl-8.0
</p>
</item>
</taglist>