Hacker News new | ask | show | jobs
by cryptonector 1619 days ago
Stick to UTF8String. ASN.1 predates Unicode.
1 comments

Or IA5SString if you know, ahead of time, that you only need ASCII.
Or do what many implementors do: just send whatever you have as whatever string type the protocol spec requires.