1
0
mirror of https://github.com/golang/go synced 2024-10-04 23:21:20 -06:00
go/src/crypto/tls
Brady Sullivan 1e00cc1647 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>
2016-02-22 23:56:37 +00:00
..
testdata crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites 2015-11-15 20:59:11 +00:00
alert.go crypto/tls: support TLS_FALLBACK_SCSV as a server. 2014-10-15 17:54:04 -07:00
cipher_suites.go crypto/tls: Improve ambiguous comment in cipher_suites.go 2016-02-22 23:56:37 +00:00
common.go crypto/tls: don't send IP literals as SNI values. 2015-11-10 22:17:16 +00:00
conn_test.go
conn.go crypto/tls: don't block in Conn.Close if Writes are in-flight 2016-01-13 04:49:19 +00:00
example_test.go
generate_cert.go
handshake_client_test.go crypto/tls: Server can specify an unadvertised cipher suite 2015-11-26 17:22:57 +00:00
handshake_client.go crypto/tls: Server can specify an unadvertised cipher suite 2015-11-26 17:22:57 +00:00
handshake_messages_test.go crypto/tls: decouple handshake signatures from the handshake hash. 2015-04-30 03:47:02 +00:00
handshake_messages.go crypto/tls: reject ServerHellos with empty ALPN protocols. 2015-08-30 15:33:36 +00:00
handshake_server_test.go all: fix some vet-caught formatting errors, mostly but not only in tests 2015-08-21 05:37:36 +00:00
handshake_server.go crypto/tls: don't require an explicit client-auth EKU. 2015-06-09 15:48:24 +00:00
handshake_test.go
key_agreement.go all: fix misprints in comments 2015-06-11 14:18:57 +00:00
prf_test.go crypto/tls: decouple handshake signatures from the handshake hash. 2015-04-30 03:47:02 +00:00
prf.go crypto/tls: len(clientRandom) used for serverRandom source 2015-11-10 22:17:54 +00:00
ticket.go crypto/tls: add support for session ticket key rotation 2015-04-26 20:57:28 +00:00
tls_test.go crypto/tls: don't block in Conn.Close if Writes are in-flight 2016-01-13 04:49:19 +00:00
tls.go crypto/tls: note in comment that Certificate.Leaf is nil after parsing. 2016-01-21 18:50:24 +00:00