Adrien-Bodineau
Adrien-Bodineau
Add functions to set options in addition to permissions for both create and read keys
# Proposal ## Problem statement There is currently no means, using std::fs, to provide SECURITY_ATTRIBUTES when opening a file. A private implementation of OpenOptions do have a `security_attributes` function but...
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
### Summary Hello, When will the 0.60.0 be available on crates.io ? ### Crate manifest _No response_ ### Crate code _No response_
The provided example https://docs.rs/x509-cert/latest/x509_cert/builder/struct.CertificateBuilder.html is not really helpful as it does not compile due to lack of public key and signers, and the documentation as a whole is quite lacking...