split_send_fragment should always be less than or equal to max_send_fragment
authorMatt Caswell <matt@openssl.org>
Tue, 26 Apr 2016 17:01:24 +0000 (18:01 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 08:22:40 +0000 (09:22 +0100)
commitbfb155c187fbb1e56561614925be5ca4ef069f03
tree3ddbf046efb5f6d81724163e070bbb9ccaec4da6
parentdbd5c34f18d9119cfdeca439eb7aac28117f53d4
split_send_fragment should always be less than or equal to max_send_fragment

A bug meant that SSL_CTRL_SET_MAX_SEND_FRAGMENT was not adjusting
split_send_fragment properly.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/ssl_lib.c