> well, I removed /etc/rpki/arin-rfc7730.tal and now it works.
Great.
> thank you(but as a side note - the error message could be less
> misleading).
Yes. As I said:
> > The error message could be a
> > bit more helpful, though.
I committed this:
Index: ccr.c
===================================================================
RCS file: /cvs/src/usr.sbin/rpki-client/ccr.c,v
diff -u -p -r1.19 ccr.c
--- ccr.c 22 Sep 2025 07:37:28 -0000 1.19
+++ ccr.c 4 Oct 2025 09:14:19 -0000
@@ -669,7 +669,7 @@ ccr_insert_tas(struct ccr_tas_tree *tree
errx(1, "hex_decode");
if (RB_INSERT(ccr_tas_tree, tree, cts) != NULL)
- errx(1, "CCR TAS tree corrupted");
+ errx(1, "multiple TALs with the same key are not supported");
}
static inline int