CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/01 07:40:56
Modified files:
usr.sbin/rpki-client: cert.c crl.c
Log message:
rpki-client: convert cert.c and crl.c to use opaque ASN1_STRING
Mostly mechanical. If the length is not zero, the data isn't NULL either
because this is a deserialized extension, so drop a check.
ok claudio
