From: job Date: Fri, 4 Feb 2022 13:50:32 +0000 (+0000) Subject: Fix outdated comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=36f16a56536bebeade706af444dd579216288dfa;p=openbsd Fix outdated comment Nowadays SKI/AKI validation happens in proc_parser_roa() --- diff --git a/usr.sbin/rpki-client/validate.c b/usr.sbin/rpki-client/validate.c index 095618a4711..adc200c7a8e 100644 --- a/usr.sbin/rpki-client/validate.c +++ b/usr.sbin/rpki-client/validate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: validate.c,v 1.28 2022/01/23 09:19:13 tb Exp $ */ +/* $OpenBSD: validate.c,v 1.29 2022/02/04 13:50:32 job Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -197,8 +197,7 @@ valid_cert(const char *fn, struct auth *a, const struct cert *cert) } /* - * Validate our ROA: check that the SKI is unique, the AKI exists, and - * the IP prefix is also contained. + * Validate our ROA: check that the prefixes (ipAddrBlocks) are contained. * Returns 1 if valid, 0 otherwise. */ int