From: tb Date: Sun, 5 Jun 2022 13:31:35 +0000 (+0000) Subject: Revert accidentally committed check X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c4e5276df00a4f54a1cf9cd72ed0fde6e8b3efbd;p=openbsd Revert accidentally committed check --- diff --git a/usr.sbin/rpki-client/rsc.c b/usr.sbin/rpki-client/rsc.c index 59280c65f33..1aac0659ddb 100644 --- a/usr.sbin/rpki-client/rsc.c +++ b/usr.sbin/rpki-client/rsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsc.c,v 1.9 2022/06/04 02:14:21 tb Exp $ */ +/* $OpenBSD: rsc.c,v 1.10 2022/06/05 13:31:35 tb Exp $ */ /* * Copyright (c) 2022 Theo Buehler * Copyright (c) 2022 Job Snijders @@ -418,11 +418,6 @@ rsc_parse(X509 **x509, const char *fn, const unsigned char *der, size_t len) goto out; } - if (X509_get_ext_by_NID(*x509, NID_sinfo_access, -1) != -1) { - warnx("%s: EE certificate MUST NOT have SIA extension", fn); - goto out; - } - at = X509_get0_notAfter(*x509); if (at == NULL) { warnx("%s: X509_get0_notAfter failed", fn);