artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84c20e4
)
Also print the recently added caRepository URI alongside rpkiManifest
author
claudio
<claudio@openbsd.org>
Mon, 8 Feb 2021 09:28:58 +0000
(09:28 +0000)
committer
claudio
<claudio@openbsd.org>
Mon, 8 Feb 2021 09:28:58 +0000
(09:28 +0000)
and rpkiNotify SIA.
regress/usr.sbin/rpki-client/test-cert.c
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/rpki-client/test-cert.c
b/regress/usr.sbin/rpki-client/test-cert.c
index
4f9e1b1
..
b2e6b76
100644
(file)
--- 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 <kristaps@bsd.lv>
*
@@
-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)