Partial workaround for PR#2771.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 17 Apr 2012 13:21:19 +0000 (13:21 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 17 Apr 2012 13:21:19 +0000 (13:21 +0000)
commit293706e72c314b0155f4e7062e57db4b48d0e60e
treeaa84ffa341e2e01a6dd3d2ca01da7f4ebaacbe26
parent4a1fbd13ee2a15b6db2e795a57528509c52355bf
Partial workaround for PR#2771.

Some servers hang when presented with a client hello record length exceeding
255 bytes but will work with longer client hellos if the TLS record version
in client hello does not exceed TLS v1.0. Unfortunately this doesn't fix all
cases...
ssl/s23_clnt.c
ssl/s3_pkt.c