rusticata / x509-parser

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

Added ReasonFlags struct for CRLDistributionPoints extension #98

Closed xonatius closed 3 years ago

xonatius commented 3 years ago

Before CRLDistributionPoints gets released, added ReasonFlags which works similar to other flag structures like NSCertType.

Note, the tests are still commented due to an issue with openssl certificates #97

xonatius commented 3 years ago

Clippy warnings are fixed in #99

chifflier commented 3 years ago

Hi, Unfortunately it seems we both pushed changes simultaneously, so this PR now has conflicts (and I think the clippy warnings were already fixed in b703fbc23c45ea7a8324cfa22b8f318b900bd193). Could you rebase your PR and either force-push on this, or resubmit? Thanks

xonatius commented 3 years ago

Hello, done, should be good now!

chifflier commented 3 years ago

Applied, thanks!