]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: fix clientHelloMsg fuzzer not to generate the RI SCSV
authorEKR <ekr@rtfm.com>
Wed, 11 Jan 2017 21:46:27 +0000 (13:46 -0800)
committerAdam Langley <agl@golang.org>
Sat, 9 Sep 2017 19:24:12 +0000 (19:24 +0000)
commit0f9a2cf2c4e1d223ba30db4b5127991e97a830e4
tree4c451da02b2d017f316334a8acc064abafa1b09b
parente7d46cee2f67667982c091dc7c6e872b829b754e
crypto/tls: fix clientHelloMsg fuzzer not to generate the RI SCSV

It was causing mysterious fuzzing failure because it affects the
unmarshaling of the secureNegotiationSupported field.

Change-Id: Id396b84eab90a3b22fb6e306b10bdd7e39707012
Reviewed-on: https://go-review.googlesource.com/60912
Run-TryBot: Filippo Valsorda <hi@filippo.io>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/tls/handshake_messages_test.go