Descriptioncrypto/tls: don't select ECC ciphersuites with no mutual curve.
The existing code that tried to prevent ECC ciphersuites from being
selected when there were no mutual curves still left |suite| set.
This lead to a panic on a nil pointer when there were no acceptable
ciphersuites at all.
Thanks to George Kadianakis for pointing it out.
Patch Set 1 #Patch Set 2 : diff -r 0002f1f792e0 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 0002f1f792e0 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 3b7bb1bf125e https://go.googlecode.com/hg/ #
MessagesTotal messages: 7
|