-/* $OpenBSD: aspa.c,v 1.7 2022/11/04 09:43:13 job Exp $ */
+/* $OpenBSD: aspa.c,v 1.8 2022/11/26 17:14:40 job Exp $ */
/*
* Copyright (c) 2022 Job Snijders <job@fastly.com>
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
}
if (x509_any_inherits(*x509)) {
- warnx("%s: inherit elements not allowed", fn);
+ warnx("%s: inherit elements not allowed in EE cert", fn);
goto out;
}
-/* $OpenBSD: cert.c,v 1.97 2022/11/08 08:15:39 tb Exp $ */
+/* $OpenBSD: cert.c,v 1.98 2022/11/26 17:14:40 job Exp $ */
/*
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2021 Job Snijders <job@openbsd.org>
}
for (i = 0; i < p.res->asz; i++) {
if (p.res->as[i].type == CERT_AS_INHERIT) {
- warnx("%s: inherited AS numbers in BGPsec cert",
- p.fn);
+ warnx("%s: inherit elements not allowed in EE"
+ " cert", p.fn);
goto out;
}
}
-/* $OpenBSD: roa.c,v 1.56 2022/11/09 18:17:23 job Exp $ */
+/* $OpenBSD: roa.c,v 1.57 2022/11/26 17:14:40 job Exp $ */
/*
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
goto out;
if (x509_any_inherits(*x509)) {
- warnx("%s: inherit elements not allowed", fn);
+ warnx("%s: inherit elements not allowed in EE cert", fn);
goto out;
}
-/* $OpenBSD: rsc.c,v 1.18 2022/11/02 12:46:49 job Exp $ */
+/* $OpenBSD: rsc.c,v 1.19 2022/11/26 17:14:40 job Exp $ */
/*
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2022 Job Snijders <job@fastly.com>
}
if (x509_any_inherits(*x509)) {
- warnx("%s: inherit elements not allowed", fn);
+ warnx("%s: inherit elements not allowed in EE cert", fn);
goto out;
}