rusticata / x509-parser

X.509 parser written in pure Rust. Fast, zero-copy, safe.
Other
206 stars 67 forks source link

Add feature for ring's less-safe-getrandom-custom-or-rdrand #152

Closed coder0xff closed 6 months ago

cpu commented 6 months ago

Hi there,

I think like in https://github.com/rustls/rcgen/pull/224 the solution here should be for you to depend on ring directly, and set the non-default feature flags you require as appropriate.

I'm going to close this issue, but if I've misunderstood the problem you're facing (perhaps you could include some motivation in the PR description?) we can revisit.