From 1b5eaa4382e1d7cd1b6d8aaa63fc4eeb10a70e4a Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 20 Jul 2015 15:14:01 -0700 Subject: [PATCH] doc: add crypto/sha512 additions to go1.5.html Change-Id: I805bb7ba40c8ed579c4ca796e408995586d219b3 Reviewed-on: https://go-review.googlesource.com/12434 Reviewed-by: Andrew Gerrand Reviewed-by: Rob Pike --- doc/go1.5.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/go1.5.html b/doc/go1.5.html index bcfde43971..282f0685b2 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -830,6 +830,12 @@ now verifies that the point is actually on the curve. This change guards against certain attacks. +
  • +The crypto/sha512 +package now has support for the two truncated versions of +the SHA-512 hash algorithm, SHA-512/224 and SHA-512/256. +
  • +
  • The crypto/tls package minimum protocol version now defaults to TLS 1.0. -- 2.50.0