aboutsummaryrefslogtreecommitdiff
path: root/utils/manifest/manifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/manifest/manifest.c')
-rw-r--r--utils/manifest/manifest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/manifest/manifest.c b/utils/manifest/manifest.c
index 3133dacd..b486932e 100644
--- a/utils/manifest/manifest.c
+++ b/utils/manifest/manifest.c
@@ -150,6 +150,9 @@ static Manifest *read_manifest(const char *filename)
printf("%02x%s", fah->hash->data[j], j == fah->hash->length - 1 ? "\n" : ":");
}
+ if (X509_cmp_current_time(m->nextUpdate) < 0)
+ printf("MANIFEST HAS EXPIRED\n");
+
done:
if (ERR_peek_error())
ERR_print_errors_fp(stderr);