rusticata / x509-parser

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

Incorrect parsing of BmpString string type #143

Closed voidbar closed 1 year ago

voidbar commented 1 year ago

The function attribute_value_to_string incorrectly handles BmpString as utf8, but according to the x509 docs (and me actually seeing this issue while using the library) it should be interpreted utf16.