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 Support for SPKI Pinning #2499

Open
sumitsharansatsangi opened this issue Feb 28, 2025 · 1 comment
Open

Add Support for SPKI Pinning #2499

sumitsharansatsangi opened this issue Feb 28, 2025 · 1 comment
Labels
question Further information is requested

Comments

@sumitsharansatsangi
Copy link

sumitsharansatsangi commented Feb 28, 2025

I was trying to run the following example . It works fine.

Now, for extra security, I want to pin public key of the server certificate on the client side and use it in the code, but I was unable to do.
If it is not possible yet, please add this functionality, if already implemented , then guide me how to do this

@boquan-fang
Copy link
Contributor

boquan-fang commented Mar 6, 2025

S2N-QUIC delegates TLS configurations to the TLS layer. You will need to configure cert pining in the TLS provider.

For example, Rustls allows pining through rustls_pin crate.

@boquan-fang boquan-fang added the question Further information is requested label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants