From: claudio Date: Mon, 8 Feb 2021 09:28:58 +0000 (+0000) Subject: Also print the recently added caRepository URI alongside rpkiManifest X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0c46e786fd85da8420d5ddfaa5ac3f8c60ec5ddd;p=openbsd Also print the recently added caRepository URI alongside rpkiManifest and rpkiNotify SIA. --- diff --git a/regress/usr.sbin/rpki-client/test-cert.c b/regress/usr.sbin/rpki-client/test-cert.c index 4f9e1b116f5..b2e6b76ad7a 100644 --- a/regress/usr.sbin/rpki-client/test-cert.c +++ b/regress/usr.sbin/rpki-client/test-cert.c @@ -1,4 +1,4 @@ -/* $Id: test-cert.c,v 1.7 2021/01/29 10:15:42 claudio Exp $ */ +/* $Id: test-cert.c,v 1.8 2021/02/08 09:28:58 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -44,6 +44,7 @@ cert_print(const struct cert *p) assert(p != NULL); printf("Manifest: %s\n", p->mft); + printf("caRepository: %s\n", p->repo); if (p->notify != NULL) printf("Notify URL: %s\n", p->notify); if (p->crl != NULL)