Skip to content

tlshd: fix a regression for certificate verification #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025

Conversation

bcodding
Copy link

Commit b010190 left session_status unset for
GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR. Fix this by always setting EACCESS in the error handling switch statement.

Fixes: b010190 ("tlshd: Pass ETIMEDOUT from gnutls to kernel")
Closes: #98

Commit b010190 left session_status unset for
GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR.  Fix this by always setting
EACCESS in the error handling switch statement.

Fixes: b010190 ("tlshd: Pass ETIMEDOUT from gnutls to kernel")
Closes: oracle#98
Signed-off-by: Benjamin Coddington <[email protected]>
@chucklever chucklever merged commit 2f609c5 into oracle:main May 20, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tlshd_start_tls_handshake() no longer sets session_status for GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR
3 participants