From e5e2c7b13301c4e6982c37774753103c59d14d2f Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 11 Jun 2024 15:33:46 +0000 Subject: [PATCH] rpki-client: add link to rpki-rs PR that supposedly fixes this bug https://github.com/NLnetLabs/rpki-rs/pull/295 --- usr.sbin/rpki-client/crl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/rpki-client/crl.c b/usr.sbin/rpki-client/crl.c index 3fe2329cb8f..5ec57c9b3cf 100644 --- a/usr.sbin/rpki-client/crl.c +++ b/usr.sbin/rpki-client/crl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crl.c,v 1.39 2024/06/11 07:30:47 tb Exp $ */ +/* $OpenBSD: crl.c,v 1.40 2024/06/11 15:33:46 tb Exp $ */ /* * Copyright (c) 2024 Theo Buehler * Copyright (c) 2019 Kristaps Dzonsons @@ -132,6 +132,7 @@ crl_check_revoked(const char *fn, X509_CRL *x509_crl) * XXX - as of May 2024, ~15% of RPKI CRLs fail this check due * to a bug in rpki-rs/Krill. So silently accept this for now. * https://github.com/NLnetLabs/krill/issues/1197 + * https://github.com/NLnetLabs/rpki-rs/pull/295 */ if (verbose > 1) warnx("%s: RFC 5280, section 5.1.2.6: revoked " -- 2.20.1