]> Cypherpunks repositories - gostls13.git/commitdiff
doc: note GCM behaviour change in Go 1.6.
authorAdam Langley <agl@golang.org>
Sun, 10 Jan 2016 03:10:33 +0000 (19:10 -0800)
committerAdam Langley <agl@golang.org>
Sun, 10 Jan 2016 19:03:54 +0000 (19:03 +0000)
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 <rsc@golang.org>
doc/go1.6.html

index 7fdf17c0fad0d7a19fc76089e78420ccfb916ea0..c88271bdcc3c19309539c0a5c49517c24ce3eeb4 100644 (file)
@@ -514,6 +514,12 @@ now report
 <a href="/pkg/io/#EOF"><code>io.EOF</code></a>.
 </li>
 
+<li>
+The <a href="/pkg/crypto/cipher/"><code>crypto/cipher</code></a> 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.
+</li>
+
 <li>
 The <a href="/pkg/crypto/tls/"><code>crypto/tls</code></a> package
 has a variety of minor changes.