-
Notifications
You must be signed in to change notification settings - Fork 139
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
x509-cert: no_std
Builder - Replace std::collections::HashSet
with an alternative?
#1641
Comments
no_std
Builder - Replace std::collections::HashSet
with an alternative?no_std
Builder - Replace std::collections::HashSet
with an alternative?
@tarcieri I've read the issues and I am interested in a no-alloc version. However, what I need most is for x509-cert (or any x509 parsing and/or verification crate) to work in Alternatively, is there any other crate I can use for this usecase? I must admit, I'm not quite up-to-date on X509 handling in the rust ecosystem. |
Aah, I see what you're saying. We should probably enable the |
The former is available in liballoc. Closes #1641
The former is available in liballoc. Closes #1641
very cool! Yes, I agree with the lints :) I actually use those myself. For Sans-IO libraries I have only yet found a few cases where |
We already do that (on pretty much every crate we develop): https://github.com/RustCrypto/formats/blob/master/.github/workflows/x509-cert.yml#L24-L42 |
I'm currently looking into a library which can create
CSR
inno_std
envs. Is there any interest in replacingHashSet
with ano_std
alternative?The text was updated successfully, but these errors were encountered: