]> git.ipfire.org Git - thirdparty/openssl.git/commit
Raise an error on syscall failure in tls_retry_write_records master
authorNeil Horman <nhorman@openssl.org>
Wed, 13 Mar 2024 15:22:15 +0000 (11:22 -0400)
committerTomas Mraz <tomas@openssl.org>
Fri, 26 Apr 2024 15:10:38 +0000 (17:10 +0200)
commit933f57dfe21657f7aba8f13e0cdb3b02dd64fcc3
treebcced5897ae812cafc5e51403c536056eabb49cd
parent3dcd85139f30625f2e4d072fe2b0f211f76f819c
Raise an error on syscall failure in tls_retry_write_records

Record the errno when we get a syscall failure in
tls_retry_write_records

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23723)
ssl/record/methods/tls_common.c