Descriptioncrypto/tls: better error message when connecting to SSLv3 servers.
We support SSLv3 as a server but not as a client (and we don't want to
support it as a client). This change fixes the error message when
connecting to an SSLv3 server since SSLv3 support on the server side
made mutualVersion accept SSLv3.
Patch Set 1 #Patch Set 2 : diff -r f36c0825e0cd https://go.googlecode.com/hg/ #Patch Set 3 : diff -r c66dbb0415cc https://go.googlecode.com/hg/ #Patch Set 4 : diff -r f2167956d923 https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|