|
|
|
|
|
by memling
1624 days ago
|
|
> Can one use UTF8? For new standards, yes. But ASN.1 was first specified in the '80s, and backwards compatibility is a thing. So really it depends on what you're doing: if you can start with a subset of ASN.1, which I think is done in MDER[0] and OER[1], you have a bit more freedom. But if you're working in legacy formats and standards that operate internationally, you could run into problems. [0]: https://www.iso.org/standard/66717.html [1]: see among others https://www.ntcip.org/document-numbers-and-status/ |
|