CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/02/28 06:46:09
Modified files: usr.sbin/rpki-client: crl.c Log message: Fix outdated doc comment re CRL lookup The AKI alone is emphatically not sufficient for a CRL lookup. It is important that the manifest path is taken into consideration. We fixed this nearly a year ago, but forgot to update the doc comment which as a result was very misleading (as doc comments tend to be...). ok job