If we really get a situation where the underlying mtu is less than the minimum
authorMatt Caswell <matt@openssl.org>
Tue, 2 Dec 2014 00:16:55 +0000 (00:16 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 3 Dec 2014 09:35:24 +0000 (09:35 +0000)
commit3242e5938be7273948ea959138b614de5e118515
tree2ce31339af999910c12a1c4f719e05ed75609b71
parent35384e8e5b9e5fc98e08c6bd110b3c4a90fa4f7f
If we really get a situation where the underlying mtu is less than the minimum
we will support then dtls1_do_write can go into an infinite loop. This commit
fixes that.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit d3d9eef31661633f5b003a9e115c1822f79d1870)
ssl/d1_both.c