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

Add mTLS testing for rustls #1726

Open
toidiu opened this issue Apr 25, 2023 · 0 comments
Open

Add mTLS testing for rustls #1726

toidiu opened this issue Apr 25, 2023 · 0 comments

Comments

@toidiu
Copy link
Contributor

toidiu commented Apr 25, 2023

Problem:

#1725 adds testing for mTLS but only enables it for s2n-tls on non-windows platform. We should also build the rustls tls provider and test as part of integration testing.

Solution:

https://github.com/aws/s2n-quic/tree/main/examples/rustls-mtls has setups up mTLS with rustls but uses ServerConfig and has to set a bunch of options to work with quic. This can be error prone so maybe we want to expose a with_client_auth for the rustls provider as part of this.

Requirements / Acceptance Criteria:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant