rusticata / x509-parser

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

Add verify signature method to revocation list #130

Closed fzpp closed 1 year ago

fzpp commented 1 year ago

This branch adds a method to verify the signature of revocation list. For this purpose, the code for certificate verification is extracted and reused.

chifflier commented 1 year ago

Thanks for the PR Clippy warnings are not caused by this, so they can be ignored (I will fix them separately) Looks good to me, I will merge this (with minor fixes) as soon as possible