]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't error if s_client receives exactly BUFSIZZ data
authorMatt Caswell <matt@openssl.org>
Mon, 30 Oct 2023 16:53:30 +0000 (16:53 +0000)
committerHugo Landau <hlandau@openssl.org>
Wed, 1 Nov 2023 10:20:19 +0000 (10:20 +0000)
commit74ff15e1a1987686812c465ee3200bc25efa0e8f
tree8fb579c97b5a61527feaf1cdba5fec2060632106
parentd030bac57c5e8b539836acc1320fc62a9a96f055
Don't error if s_client receives exactly BUFSIZZ data

We should accept that many bytes without failing

Fixes #22551

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/22558)
apps/s_client.c