summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-25 14:12:25 +0100
committerMatt Caswell <matt@openssl.org>2015-07-31 20:30:35 +0100
commite1e088ec7f2f33c4c4ad31312d62c536441d4358 (patch)
tree1d7281cf2ebcbc34ac1d25ab98159622dfbdebd0 /crypto
parent1a586b3942de1c0bd64203d09385d5e74f499d8d (diff)
Remove erroneous server_random filling
Commit e481f9b90b164 removed OPENSSL_NO_TLSEXT from the code. Previously if OPENSSL_NO_TLSEXT *was not* defined then the server random was filled during getting of the ClientHello. If it *was* defined then the server random would be filled in ssl3_send_server_hello(). Unfortunately in commit e481f9b90b164 the OPENSSL_NO_TLSEXT guards were removed but *both* server random fillings were left in. This could cause problems for session ticket callbacks. Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions