diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-11 15:33:47 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-11 15:33:47 +0000 |
commit | cd6b1fe3ebc362532f9298551555cfdf3522cf5d (patch) | |
tree | 838e12cdddb176da5cccd33ee6e9cd13c1b9371e /usr.sbin | |
parent | 50e5f41f83ce1711ea28f744d238f4f90aaafbfe (diff) |
rpki-client: add link to rpki-rs PR that supposedly fixes this bug
https://github.com/NLnetLabs/rpki-rs/pull/295
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpki-client/crl.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <tb@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> @@ -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 " |