rusticata / x509-parser

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

update ring dependency #149

Closed reubenmiller closed 10 months ago

reubenmiller commented 10 months ago

Updating the ring dependency to 0.17.x to support compiling against more targets (e.g. riscv) when users are using the verify feature.

The new ring 0.17.x release has been slowly filtering through, here are some links to show the uptake:

Note: I opted to keep with the x.x.x version style in the Cargo.toml as I thought I would keep the convention, though I'd be happy to change it to x.x instead if that is preferred.

reubenmiller commented 10 months ago

Apologies, I'm just blind and didn't see the existing PR https://github.com/rusticata/x509-parser/pull/148