Add id-cp-ipAddr-asNumber OID to x509_init_oid()
authortb <tb@openbsd.org>
Fri, 4 Feb 2022 16:08:53 +0000 (16:08 +0000)
committertb <tb@openbsd.org>
Fri, 4 Feb 2022 16:08:53 +0000 (16:08 +0000)
commit41c63c605608f8248d74c41be1af585c0072afde
tree99dcb86ccd0362684956e5e9a4eebb220af34e4a
parent2c0b05e3866275bf1ae134bb361236d304cb2678
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
usr.sbin/rpki-client/x509.c