-/* $OpenBSD: cert.c,v 1.94 2022/11/04 10:09:09 job Exp $ */
+/* $OpenBSD: cert.c,v 1.95 2022/11/04 12:05:36 tb Exp $ */
/*
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2021 Job Snijders <job@openbsd.org>
"characters", p->fn);
goto out;
}
-
+
if (strstr(p->res->mft, p->res->repo) != p->res->mft) {
warnx("%s: RFC 6487 section 4.8.8: SIA: "
"conflicting URIs for caRepository and rpkiManifest",
-/* $OpenBSD: extern.h,v 1.158 2022/11/04 09:43:13 job Exp $ */
+/* $OpenBSD: extern.h,v 1.159 2022/11/04 12:05:36 tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
char *aki; /* AKI */
char *sia; /* SIA signedObject */
char *ski; /* SKI */
- uint32_t custasid; /* the customerASID */
+ uint32_t custasid; /* the customerASID */
struct aspa_provider *providers; /* the providers */
size_t providersz; /* number of providers */
- time_t expires; /* NotAfter of the ASPA EE cert */
+ time_t expires; /* NotAfter of the ASPA EE cert */
};
/*
int x509_location(const char *, const char *, const char *,
GENERAL_NAME *, char **);
int x509_inherits(X509 *);
-int x509_any_inherits(X509 *);
+int x509_any_inherits(X509 *);
/* printers */
char *time2str(time_t);