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

post quantum support of rustls #376

Closed
hsqStephenZhang opened this issue Apr 22, 2024 · 2 comments
Closed

post quantum support of rustls #376

hsqStephenZhang opened this issue Apr 22, 2024 · 2 comments

Comments

@hsqStephenZhang
Copy link

Specific Demand

Can we add support of post quantum cryptography? rustls has the official support of this with rustls-post-quantum, and chrome has support of post-quantum algorithms since v116.

Implement Suggestion

all we need to do is to add one lien of code of installing the default algorithm of X25519Kyber768Draft00:

rustls_post_quantum::provider().install_default().unwrap();

and add the configuration flag to Args can also be done quickly. I'd like to submit the PR if the idea is ok.

@sigoden
Copy link
Owner

sigoden commented Apr 22, 2024

image

Unless it becomes mainstream, I don't see the need to support it now

@sigoden sigoden closed this as not planned Won't fix, can't repro, duplicate, stale Apr 22, 2024
@hsqStephenZhang
Copy link
Author

Got it

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

2 participants