Print AIA in rpki-client test utility
authorjob <job@openbsd.org>
Tue, 16 Feb 2021 08:53:53 +0000 (08:53 +0000)
committerjob <job@openbsd.org>
Tue, 16 Feb 2021 08:53:53 +0000 (08:53 +0000)
regress/usr.sbin/rpki-client/Makefile.inc
regress/usr.sbin/rpki-client/test-cert.c
regress/usr.sbin/rpki-client/test-gbr.c
regress/usr.sbin/rpki-client/test-mft.c
regress/usr.sbin/rpki-client/test-roa.c

index a9f9558..a4553ea 100644 (file)
@@ -1,12 +1,12 @@
-# $OpenBSD: Makefile.inc,v 1.6 2021/02/03 10:45:12 claudio Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2021/02/16 08:53:53 job Exp $
 
 .PATH:         ${.CURDIR}/../../../../usr.sbin/rpki-client
 
 PROGS += test-ip
 PROGS += test-cert
+PROGS += test-gbr
 PROGS += test-mft
 PROGS += test-roa
-PROGS += test-gbr
 PROGS += test-tal
 
 .for p in ${PROGS}
index b2e6b76..3701873 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: test-cert.c,v 1.8 2021/02/08 09:28:58 claudio Exp $ */
+/*     $Id: test-cert.c,v 1.9 2021/02/16 08:53:53 job Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -52,6 +52,8 @@ cert_print(const struct cert *p)
        printf("Subject key identifier: %s\n", p->ski);
        if (p->aki != NULL)
                printf("Authority key identifier: %s\n", p->aki);
+       if (p->aia != NULL)
+               printf("Authority info access: %s\n", p->aia);
 
        for (i = 0; i < p->asz; i++)
                switch (p->as[i].type) {
index 1835326..39c371e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: test-gbr.c,v 1.1 2020/12/09 11:30:44 claudio Exp $ */
+/*     $Id: test-gbr.c,v 1.2 2021/02/16 08:53:53 job Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -42,6 +42,7 @@ gbr_print(const struct gbr *p)
 
        printf("Subject key identifier: %s\n", p->ski);
        printf("Authority key identifier: %s\n", p->aki);
+       printf("Authority info access: %s\n", p->aia);
        printf("vcard:\n%s", p->vcard);
 }
 
index 5682fa9..cab2d3c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: test-mft.c,v 1.10 2020/11/09 16:13:02 tb Exp $ */
+/*     $Id: test-mft.c,v 1.11 2021/02/16 08:53:53 job Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -54,6 +54,7 @@ mft_print(const struct mft *p)
 
        printf("Subject key identifier: %s\n", p->ski);
        printf("Authority key identifier: %s\n", p->aki);
+       printf("Authority info access: %s\n", p->aia);
        for (i = 0; i < p->filesz; i++) {
                b64_ntop(p->files[i].hash, sizeof(p->files[i].hash),
                    hash, sizeof(hash));
index 507ad40..2e479eb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: test-roa.c,v 1.8 2021/01/29 10:15:42 claudio Exp $ */
+/*     $Id: test-roa.c,v 1.9 2021/02/16 08:53:53 job Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -42,6 +42,7 @@ roa_print(const struct roa *p)
 
        printf("Subject key identifier: %s\n", p->ski);
        printf("Authority key identifier: %s\n", p->aki);
+       printf("Authority info access: %s\n", p->aia);
        printf("asID: %" PRIu32 "\n", p->asid);
        for (i = 0; i < p->ipsz; i++) {
                ip_addr_print(&p->ips[i].addr,