CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/20 05:05:58
Modified files:
usr.sbin/rpki-client: ccr.c
Log message:
rpki-client: work around OpenSSL 1.1 not having NID_signedObject
Call x509_init_oid() from serialize_ccr_content(). Create the signedobj_oid
and ccr_oid with OBJ_dup(). This way we don't need the NID to be built into
libcrypto and can prolong OpenSSL 1.1 support a little.
ok job
