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