]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.13] crypto/cipher: require non-zero nonce size for AES-GCM
authorKatie Hockman <katie@golang.org>
Fri, 7 Feb 2020 19:44:58 +0000 (14:44 -0500)
committerKatie Hockman <katie@golang.org>
Wed, 26 Feb 2020 15:49:20 +0000 (15:49 +0000)
commit6f57b10549a4ee145d643714211c8f36590853de
tree5a320a996addb24fba8944917c61f7e9f6127851
parenta7acf9af07bdc288129fa5756768b41f312d05f4
[release-branch.go1.13] crypto/cipher: require non-zero nonce size for AES-GCM

Also fix typo in crypto/cipher/gcm_test.go.

Updates #37118
Fixes #37417

Change-Id: I8544d1eeeb1f0336cebb977b8c5bfa5e4c5ad8c7
Reviewed-on: https://go-review.googlesource.com/c/go/+/218500
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
(cherry picked from commit 4e8badbbc2fe7854bb1c12a9ee42315b4d535051)
Reviewed-on: https://go-review.googlesource.com/c/go/+/220653
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/crypto/cipher/gcm.go
src/crypto/cipher/gcm_test.go