CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/04/02 20:36:38
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
rpki-client: const for ext and OID in cert_parse_extensions()
This is the last step of sprinkling const for OpenSSL 4. Move the extension
retrieved via X509_get_ext() to a const. The extension is first passed to
the simple X509_EXTENSION_get_object() getter and in the extension parsers
to X509V3_EXT_d2i(). The OID is passed to the const correct OBJ_obj2nid()
and OBJ_obj2text().
discussed with claudio