Control sending time with SSL_SEND_{CLIENT,SERVER}RANDOM_MODE
authorNick Mathewson <nickm@torproject.org>
Wed, 9 Oct 2013 14:37:53 +0000 (10:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 9 Oct 2013 14:37:53 +0000 (10:37 -0400)
commit2583270191a8b27eed303c03ece1da97b9b69fd3
tree6987ad492978faccdf7ede2a16fbda62de7ec7a2
parent3da721dac9382c48812c8eba455528fd59af2eef
Control sending time with SSL_SEND_{CLIENT,SERVER}RANDOM_MODE

(I'd rather use an option, but it appears that the options field is
full.)

Now, we send the time in the gmt_unix_time field if the appropriate
one of these mode options is set, but randomize the field if the flag
is not set.
ssl/s23_clnt.c
ssl/ssl.h