-
Notifications
You must be signed in to change notification settings - Fork 18k
crypto/cipher: NewGCMWithNonceSize allows zero-length nonce [1.14 backport] #37416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@dmitshur there are 3 other issues in the queue for 1.12.18, so why wouldn't this be included? |
Ok, let's not take shortcuts. Opened #37418 for the 1.12 backport. |
Approving this backport. It's a small security hardening fix. |
Change https://golang.org/cl/220651 mentions this issue: |
Closed by merging f63e55b to release-branch.go1.14. |
…r AES-GCM Also fix typo in crypto/cipher/gcm_test.go. Updates #37118 Fixes #37416 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 4e8badb) Reviewed-on: https://go-review.googlesource.com/c/go/+/220651 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org>
@networkimprov requested issue #37118 to be considered for inclusion in the 1.14 release.
The text was updated successfully, but these errors were encountered: