Revert accidentally committed check
authortb <tb@openbsd.org>
Sun, 5 Jun 2022 13:31:35 +0000 (13:31 +0000)
committertb <tb@openbsd.org>
Sun, 5 Jun 2022 13:31:35 +0000 (13:31 +0000)
usr.sbin/rpki-client/rsc.c

index 59280c6..1aac065 100644 (file)
@@ -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 <tb@openbsd.org>
  * Copyright (c) 2022 Job Snijders <job@fastly.com>
@@ -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);