From: Adam Langley Date: Tue, 9 Jun 2015 18:47:45 +0000 (-0700) Subject: doc/go1.5.txt: mention that 1.5 supports non-standard GCM lengths. X-Git-Tag: go1.5beta1~305 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2a5463e3a0b8055f09c3c76e24af5c48cc9771dd;p=gostls13.git doc/go1.5.txt: mention that 1.5 supports non-standard GCM lengths. Change-Id: I7cad3f7af2452e29b3dae3da87cbd24013f6dae6 Reviewed-on: https://go-review.googlesource.com/10850 Reviewed-by: Adam Langley --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 3a09576e73..fc41bffcb9 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -35,6 +35,7 @@ bytes: add Buffer.Cap (https://golang.org/cl/8342) bytes, strings: add Reader.Size (https://golang.org/cl/3199) bytes, strings: add LastIndexByte (https://golang.org/cl/9500) crypto/cipher: clarify what will happen if len(src) != len(dst) for the Stream interface. (https://golang.org/cl/1754) +crypto/cipher: support non-standard nonce lengths for GCM. (https://golang.org/cl/8946) crypto/elliptic: add Name field to CurveParams struct (https://golang.org/cl/2133) crypto/elliptic: Unmarshaling points now automatically checks that the point is on the curve (https://golang.org/cl/2421) crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791)