Skip to content
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

The trailing dot should be removed from the host name in the call to SSL_set1_host #4348

Open
joejulian opened this issue Jul 11, 2023 · 0 comments

Comments

@joejulian
Copy link

Although the host name should retain the dot for SNI, the hostname expectations for SAN excludes the trailing dot. Per this comment from openssl, I believe the trailing dot should be removed from the host name when passing it to SSL_set1_host:
openssl/openssl#11560 (comment)

if (!SSL_set1_host(rktrans->rktrans_ssl, name))

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

No branches or pull requests

1 participant