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

provide an option to use openssl to sign instead of ring #71

Closed
wants to merge 1 commit into from

Conversation

Leavrth
Copy link

@Leavrth Leavrth commented Dec 8, 2023

close #70

Signed-off-by: Leavrth <jianjun.liao@outlook.com>
@Leavrth Leavrth requested a review from fredr as a code owner December 8, 2023 04:04
@fredr
Copy link
Contributor

fredr commented Dec 8, 2023

Thanks for opening this, and sorry for a late reply.

We try to keep the dependencies down as much as possible, and we especially try to stay away from openssl as it is an enormous (C) dependency. We prefer the more modern rustls instead.

In rustls 0.22 (https://github.com/rustls/rustls/releases/tag/v/0.22.0) they released configurable cryptography backends, and there is work going on for a FIPS -approved backend, see rustls/rustls#1540. I believe this would be the way to go.

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.

provide an option to use openssl to sign instead of ring
2 participants