Descriptioncrypto/tls: allow the server to enforce its ciphersuite preferences.
Previously, Go TLS servers always took the client's preferences into
account when selecting a ciphersuite. This change adds the option of
using the server's preferences, which can be expressed by setting
tls.Config.CipherSuites.
This mirrors Apache's SSLHonorCipherOrder directive.
Patch Set 1 #Patch Set 2 : diff -r 7418ae25fbb4 https://code.google.com/p/go/ #Patch Set 3 : diff -r 7418ae25fbb4 https://code.google.com/p/go/ #
Total comments: 2
Patch Set 4 : diff -r 7dc8d66efb6d https://code.google.com/p/go/ #Patch Set 5 : diff -r 2da48f86d386 https://code.google.com/p/go/ #
MessagesTotal messages: 8
|