From 109d54a32d15b805769d4c05e78367f126a8d7f0 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Sat, 9 Jan 2016 19:10:33 -0800 Subject: [PATCH] doc: note GCM behaviour change in Go 1.6. This change documents the behaviour change caused by https://go-review.googlesource.com/18480 in Go 1.6. Updates #13886 Change-Id: I2daa08a62775bbc209f0f4cbeae21b8184ce7609 Reviewed-on: https://go-review.googlesource.com/18481 Reviewed-by: Russ Cox --- doc/go1.6.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/go1.6.html b/doc/go1.6.html index 7fdf17c0fa..c88271bdcc 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -514,6 +514,12 @@ now report io.EOF. +
  • +The crypto/cipher package now +overwrites the destination buffer in the event of a GCM decryption failure. +This is to allow the AESNI code to avoid using a temporary buffer. +
  • +
  • The crypto/tls package has a variety of minor changes. -- 2.50.0