From de479267ef9db0911dac68e94d75186313bae11d Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Wed, 1 Feb 2017 19:57:11 +0000 Subject: [PATCH] doc: mention SHA-256 CBC suites are off by default Change-Id: I82c41bd1d82adda457ddb5dd08caf0647905da22 Reviewed-on: https://go-review.googlesource.com/36091 Reviewed-by: Matt Layher Reviewed-by: Brad Fitzpatrick --- doc/go1.8.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.8.html b/doc/go1.8.html index af56ae6b3a..9e3145e8b8 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -799,9 +799,9 @@ Optimizations and minor bug fixes are not listed. hardware support for AES-GCM is present.

-

+

AES-128-CBC cipher suites with SHA-256 are also - now supported. + now supported, but disabled by default.

-- 2.50.0