CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/04/04 21:56:20
Modified files: usr.sbin/rpki-client: cert.c Log message: Fix two missing checks in the SIA extension Make sure that the caRepository and rpkiManifest are present before calling strstr on them. Also check that the extension is not critical. ok claudio deraadt