rusticata / x509-parser

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

Fix FromDer of CRLDistributionPoints #133

Closed duskmoon314 closed 1 year ago

duskmoon314 commented 1 year ago

Implement asn1_rs::FromDer for CRLDistributionPoints via defining a new struct. Also, implement Deref to avoid breaking.

chifflier commented 1 year ago

Applied, thanks!