]> git.ipfire.org Git - thirdparty/curl.git/commit
tls BIOs: handle BIO_CTRL_EOF correctly
authorStefan Eissing <stefan@eissing.org>
Tue, 3 Jun 2025 09:54:40 +0000 (11:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Jun 2025 14:52:01 +0000 (16:52 +0200)
commitf1e1c8b98a403a433accbd1976debe59e502df05
tree3748cbeb4728f9d283eb94886495753c2a6a7711
parentc7658f274c551c14f7e22031e324a25f1bdea800
tls BIOs: handle BIO_CTRL_EOF correctly

Needs to return 1 if EOF from underlying filter has been seen.

Fixes #17471
Reported-by: Michael Kaufmann
Closes #17526
lib/vtls/openssl.c
lib/vtls/wolfssl.c