Remove two more FIXMEs: to get there, we rely on the OID already.
authortb <tb@openbsd.org>
Mon, 4 Apr 2022 13:15:11 +0000 (13:15 +0000)
committertb <tb@openbsd.org>
Mon, 4 Apr 2022 13:15:11 +0000 (13:15 +0000)
ok claudio

usr.sbin/rpki-client/cert.c

index 0b7ad5d..d4858f4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cert.c,v 1.60 2022/04/02 12:17:53 claudio Exp $ */
+/*     $OpenBSD: cert.c,v 1.61 2022/04/04 13:15:11 tb Exp $ */
 /*
  * Copyright (c) 2021 Job Snijders <job@openbsd.org>
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -611,8 +611,6 @@ sbgp_assysnum(struct parse *p, X509_EXTENSION *ext)
                goto out;
        }
 
-       /* FIXME: verify OID. */
-
        t = sk_ASN1_TYPE_value(seq, 1);
        if (t->type != V_ASN1_BOOLEAN) {
                warnx("%s: RFC 6487 section 4.8.11: autonomousSysNum: "
@@ -918,8 +916,6 @@ sbgp_ipaddrblk(struct parse *p, X509_EXTENSION *ext)
                goto out;
        }
 
-       /* FIXME: verify OID. */
-
        t = sk_ASN1_TYPE_value(seq, 1);
        if (t->type != V_ASN1_BOOLEAN) {
                warnx("%s: RFC 6487 section 4.8.10: sbgp-ipAddrBlock: "