The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from being
authorMatt Caswell <matt@openssl.org>
Mon, 1 Dec 2014 11:13:15 +0000 (11:13 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 3 Dec 2014 09:38:10 +0000 (09:38 +0000)
commit6d41cbb63aa342665c5f60ea3579410331d656ee
tree327952ce83ea63b788421743c0a207a2b3d20fb3
parent04a73c844f31e117cd22d5704f05a56ead7cef23
The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from being
automatically updated, and we should use the one provided instead.
Unfortunately there are a couple of locations where this is not respected.

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