]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: Improve ambiguous comment in cipher_suites.go
authorBrady Sullivan <brady@bsull.com>
Mon, 22 Feb 2016 23:19:18 +0000 (15:19 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 22 Feb 2016 23:56:37 +0000 (23:56 +0000)
commit1e00cc1647916b705682f8721b8a9e9e095bf4ee
treefceb7d302a956950668088185c1814367417b0a5
parent108218453a2cd26920f9be899b4a5102e80007a8
crypto/tls: Improve ambiguous comment in cipher_suites.go

A comment existed referencing RC4 coming before AES because of it's
vulnerability to the Lucky 13 attack. This clarifies that the Lucky 13 attack
only effects AES-CBC, and not AES-GCM.

Fixes #14474

Change-Id: Idcb07b5e0cdb0f9257cf75abea60129ba495b5f5
Reviewed-on: https://go-review.googlesource.com/19845
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/tls/cipher_suites.go