From: job Date: Wed, 21 Aug 2024 19:35:31 +0000 (+0000) Subject: Increase maximum Signed Object size to 8MB X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2b6cb12d02b0949fc31c97b96fe7697d60da3ad6;p=openbsd Increase maximum Signed Object size to 8MB OK tb@ claudio@ --- diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index 3f74142e432..298585f6520 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.225 2024/07/12 09:27:32 claudio Exp $ */ +/* $OpenBSD: extern.h,v 1.226 2024/08/21 19:35:31 job Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -1001,7 +1001,7 @@ int mkpathat(int, const char *); /* Min/Max acceptable file size */ #define MIN_FILE_SIZE 100 -#define MAX_FILE_SIZE 4000000 +#define MAX_FILE_SIZE 8000000 /* Maximum number of FileNameAndHash entries per RSC checklist. */ #define MAX_CHECKLIST_ENTRIES 100000