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

TLS1.3 support ClientHello extension certificate_authorities #9697

Open
AzureLoong opened this issue Oct 15, 2024 · 1 comment
Open

TLS1.3 support ClientHello extension certificate_authorities #9697

AzureLoong opened this issue Oct 15, 2024 · 1 comment
Assignees

Comments

@AzureLoong
Copy link

Suggested enhancement

The client can set ClientHello extension certificate_authorities before starting a TLS connection.

Justification

mbedtls is usually used for small ROM devices and cannot be preconfigured with a large number of CA certificate files.
client can set certificate_authorities , so that the server can select a proper certificate to return.

@ashesman
Copy link
Contributor

I second this request. It is also required by ISO15118 for the client to send a list of certificate authorities in the client hello.

@bensze01 bensze01 self-assigned this Oct 16, 2024
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

3 participants