rusticata / x509-parser

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

(Re-?)expose bytes in TbsCertificate to gain access to raw data #160

Open juliankrieger opened 1 month ago

juliankrieger commented 1 month ago

As I see it, there is currently no way to serialize the parsed X509 back into bytes. There was a pull request in the past to do that, but the bytes function no longer exists for the TbsCertificate struct.