[GH-ISSUE #376] post quantum support of rustls #199

Closed
opened 2026-04-08 16:51:06 +03:00 by zhus · 2 comments
Owner

Originally created by @hsqStephenZhang on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/376

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.

Originally created by @hsqStephenZhang on GitHub (Apr 22, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/376 ## Specific Demand Can we add support of post quantum cryptography? `rustls` has the official support of this with [rustls-post-quantum](https://github.com/rustls/rustls/blob/f57d4b79549ac97a77b52d7dd5189477c72eb20f/rustls-post-quantum/examples/client.rs), and chrome has support of post-quantum algorithms since v116. <!-- What feature do you need, please describe it in detail. --> ## 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. <!-- If you have any suggestion for complete this feature, you can tell us. -->
zhus closed this issue 2026-04-08 16:51:06 +03:00
Author
Owner

@sigoden commented on GitHub (Apr 22, 2024):

image

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

<!-- gh-comment-id:2068557054 --> @sigoden commented on GitHub (Apr 22, 2024): ![image](https://github.com/sigoden/dufs/assets/4012553/af643ec9-eeda-4cba-b4f1-8af0e7a061c2) Unless it becomes mainstream, I don't see the need to support it now
Author
Owner

@hsqStephenZhang commented on GitHub (Apr 22, 2024):

Got it

<!-- gh-comment-id:2068582954 --> @hsqStephenZhang commented on GitHub (Apr 22, 2024): Got it
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#199