]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: don't rely on map iteration order.
authorAdam Langley <agl@golang.org>
Mon, 28 Nov 2011 20:34:16 +0000 (15:34 -0500)
committerAdam Langley <agl@golang.org>
Mon, 28 Nov 2011 20:34:16 +0000 (15:34 -0500)
commit1eb7ca924b184d06706cee78cf56d022ebb1fe5a
tree24c59e5ed62fcaf38aaa973c39529cf887ec276b
parent5f6027e9ad9a6f115399a93c5d330cbf2d66e85f
crypto/tls: don't rely on map iteration order.

Previously we were using the map iteration order to set the order of
the cipher suites in the ClientHello.

R=bradfitz
CC=golang-dev
https://golang.org/cl/5440048
src/pkg/crypto/tls/cipher_suites.go
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_server.go