From: Brad Fitzpatrick Date: Mon, 20 Jul 2015 22:14:01 +0000 (-0700) Subject: doc: add crypto/sha512 additions to go1.5.html X-Git-Tag: go1.5beta3~143 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1b5eaa4382e1d7cd1b6d8aaa63fc4eeb10a70e4a;p=gostls13.git 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 --- 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.