Partial workaround for PR#2771.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 17 Apr 2012 13:20:19 +0000 (13:20 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 17 Apr 2012 13:20:19 +0000 (13:20 +0000)
commit4a1cf50187659e60c5867ecbbc36e37b2605d2c3
tree943975843776f81a4a3d211fb439a24c643826c4
parent32e12316e52a6161dd32ec5d7155e9769e1a0c83
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