]> git.ipfire.org Git - thirdparty/curl.git/commit
vtls: receive max buffer
authorStefan Eissing <stefan@eissing.org>
Fri, 26 Jan 2024 09:10:11 +0000 (10:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 26 Jan 2024 14:46:15 +0000 (15:46 +0100)
commit9a90c9dd64d2f03601833a70786d485851bd1b53
treebda8f1c0d2b833f276a7656d2acf813884c532aa
parent440bc97e4c1640ca25c014bf3985145fe2e1c71a
vtls: receive max buffer

- do not only receive one TLS record, but try to fill
  the passed buffer
- consider <4K remaning space is "filled".

Closes #12801
lib/vtls/vtls.c