]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: do not send the current time in hello messages
authorAnthony Martin <ality@pbrane.org>
Tue, 4 Feb 2014 15:51:37 +0000 (10:51 -0500)
committerAdam Langley <agl@golang.org>
Tue, 4 Feb 2014 15:51:37 +0000 (10:51 -0500)
commitc2d02b3b9fd6847535ac18b24582a8bb98a3eb30
tree2212ff0ef0102db073e3b348ee02d2a6c8d26a81
parent3baceaa1519baada9f040c14b7f36e89a6c83144
crypto/tls: do not send the current time in hello messages

This reduces the ability to fingerprint TLS connections.

The impeteus for this change was a recent change to OpenSSL
by Nick Mathewson:

http://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=2016265dfb

LGTM=agl
R=agl
CC=golang-codereviews
https://golang.org/cl/57230043
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_server.go