Skip to content

Add rustls compile time support #2045

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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

hargut
Copy link

@hargut hargut commented May 6, 2025

This PR adds rustls compile time support to quiche. #1259

The implementation intended to change as little as possible within the existing quiche library. As rustls is in some ways different to the already integrated TLS providers some changes had been necessary.

Additionally it was intended to stick to the existing configuration defaults which required to use some danger areas of rustls (related to changing the certificate validation defaults).

Any feedback is highly appreciated.

Have a great time. 😃

@hargut hargut requested a review from a team as a code owner May 6, 2025 13:55
@toidiu
Copy link
Contributor

toidiu commented May 8, 2025

Hi @hargut thank you for the PR and nice job.

Can you help me understand if there is something that rustls provides that you can't get from boringSSL (our default TLS provider)? Another TLS backend means more code that we need to test and maintain and adds to the complexity.

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.

2 participants