Skip to content

Commit 91abab0

Browse files
committed
crypto/tls: document lack of Lucky13 hardening
Updates #13385 Change-Id: I9c2edf8c02adc388c48760b29e63dfa2966262d6 Reviewed-on: https://go-review.googlesource.com/17532 Reviewed-by: Tim Cooijmans <[email protected]> Reviewed-by: Adam Langley <[email protected]>
1 parent 0954c80 commit 91abab0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/crypto/tls/tls.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
// Package tls partially implements TLS 1.2, as specified in RFC 5246.
66
package tls
77

8+
// BUG(agl): The crypto/tls package does not implement countermeasures
9+
// against Lucky13 attacks on CBC-mode encryption. See
10+
// http://www.isg.rhul.ac.uk/tls/TLStiming.pdf and
11+
// https://www.imperialviolet.org/2013/02/04/luckythirteen.html.
12+
813
import (
914
"crypto"
1015
"crypto/ecdsa"

0 commit comments

Comments
 (0)