Skip to content

Commit

Permalink
crypto/tls: update CBC Lucky13 warning a bit
Browse files Browse the repository at this point in the history
Some countermeasures were implemented in https://golang.org/cl/18130

Updates #13385

Change-Id: I723e1e3be0fa6d13767b65b145d90c89e92b2774
Reviewed-on: https://go-review.googlesource.com/33665
Reviewed-by: Adam Langley <agl@golang.org>
  • Loading branch information
bradfitz committed Nov 29, 2016
1 parent 0004724 commit 4822e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/tls/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Package tls partially implements TLS 1.2, as specified in RFC 5246.
package tls

// BUG(agl): The crypto/tls package does not implement countermeasures
// BUG(agl): The crypto/tls package only implements some countermeasures
// against Lucky13 attacks on CBC-mode encryption. See
// http://www.isg.rhul.ac.uk/tls/TLStiming.pdf and
// https://www.imperialviolet.org/2013/02/04/luckythirteen.html.
Expand Down

0 comments on commit 4822e76

Please sign in to comment.