CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/04 09:08:53
Modified files:
usr.sbin/rpki-client: x509.c
Log message:
Add id-cp-ipAddr-asNumber OID to x509_init_oid()
Unfortunately, NID_ipAddr_asNumber is not available in LibreSSL < 3.3
and OpenSSL, so load its OID by hand to help -portable. This will be
used for certificate policy checks.
ok claudio
