Remove NETSCAPE_HANG_BUG
authorMatt Caswell <matt@openssl.org>
Wed, 25 Feb 2015 23:28:24 +0000 (23:28 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 26 Feb 2015 23:27:09 +0000 (23:27 +0000)
commitcf61ef75be301d41696b6b45ce992562058c350a
tree3d81b95d28aebecb10fa90033fa362837a910d20
parent7a4dadc3a6a487db92619622b820eb4f7be512c9
Remove NETSCAPE_HANG_BUG
NETSCAPE_HANG_BUG is a workaround for a browser bug from many years ago
(2000).
It predates DTLS, so certainly has no place in d1_srvr.c.
In s3_srvr.c it forces the ServerDone to appear in the same record as the
CertificateRequest when doing client auth.

BoringSSL have already made the same commit:
79ae85e4f777f94d91b7be19e8a62016cb55b3c5

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/d1_srvr.c
ssl/s3_srvr.c