commit | 79ae85e4f777f94d91b7be19e8a62016cb55b3c5 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Sat Jan 31 03:37:58 2015 -0500 |
committer | Adam Langley <agl@google.com> | Tue Feb 03 00:41:15 2015 +0000 |
tree | 5abc3c8925958dbfa502a597074292b9ce454375 | |
parent | e33b9b0a87e22bce1569e4327b7a00ab5864e4da [diff] |
Remove NETSCAPE_HANG_BUG. It dates to 2000 from upstream and is only used when serving client auth to Netscape. It will also get in the way when we get to merging DTLS and TLS handshake functions because NETSCAPE_HANG_BUG is not valid for DTLS as it is (the handshake fragmentation code will get confused). Removing per comment on https://boringssl-review.googlesource.com/#/c/2602/ Change-Id: Ia2d086205bbfed002dc33b2203a47206f373b820 Reviewed-on: https://boringssl-review.googlesource.com/3214 Reviewed-by: Adam Langley <agl@google.com>