diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2017-02-11 19:47:43 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2017-02-11 19:47:43 +0100 |
commit | bd9be99db5decc91a348b9abfe717b332ff0f5c0 (patch) | |
tree | dc4d2715f6545d312f5b2b540542ec72f3ff45d5 /NEWS | |
parent | 0c61d6ddfb9f16760a6f70d1ecf205b82b98d4ab (diff) | |
download | fetchmail-bd9be99db5decc91a348b9abfe717b332ff0f5c0.tar.gz fetchmail-bd9be99db5decc91a348b9abfe717b332ff0f5c0.tar.bz2 fetchmail-bd9be99db5decc91a348b9abfe717b332ff0f5c0.zip |
Mention tls1.3 and + option in NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -79,8 +79,9 @@ fetchmail-6.4.0 (not yet released): --sslproto auto, so that they can benefit from TLSv1.1 and TLSv1.2 where supported by the server. - The --sslproto option now understands the values auto, ssl3+, tls1+, tls1.1, - tls1.1+, tls1.2, tls1.2+ (case insensitively), see CHANGES below for details. + The --sslproto option now understands the values auto, ssl3+, tls1+, tls1.1, + tls1.1+, tls1.2, tls1.2+, tls1.3, tls1.3+ (case insensitively), see CHANGES + below for details. * Fetchmail defaults to --sslcertck behaviour. A new option --nosslcertck to override this has been added, but may be removed in future fetchmail versions |