]> granicus.if.org Git - openssl/commit
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:31:39 +0000 (09:31 +0000)
commit788a5bad17ef488a0b5bcd7d6e3468fca2717911
tree828918848875661d10e0a578752ab26d8940b9be
parent1872083ca1171d40b9b519a9aefa3da7d47c5cea
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