CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/18 02:18:20
Modified files:
usr.sbin/rpki-client: x509.c
Log message:
rpki-client: validate octets in a printable string
While we still cannot require that commonName in issuer and subject are
a PrintableString, as opposed to a UTF8String, for example, we can validate
that their contents are well-formed. Check that each octet belongs to the
very limited set of characters allowed in Table 10 of X.680.
ok job
