From: dtucker@openbsd.org Date: Thu, 5 Dec 2024 14:28:39 +0000 (+0000) Subject: upstream: Add key expiry test in the 64bit time_t range for additional X-Git-Tag: V_10_0_P1~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9b7866a7dc5e6c30f5aa9d22dd0bbafda0d496f;p=thirdparty%2Fopenssh-portable.git upstream: Add key expiry test in the 64bit time_t range for additional coverage. From Alexander Kanavin via bz#3684. OpenBSD-Regress-ID: bdf6eb3c2421f2e1e11483d03b34c7931d1bccf7 --- diff --git a/regress/key-options.sh b/regress/key-options.sh index 623128ca4..df28ce887 100644 --- a/regress/key-options.sh +++ b/regress/key-options.sh @@ -1,4 +1,4 @@ -# $OpenBSD: key-options.sh,v 1.10 2024/03/25 02:07:08 dtucker Exp $ +# $OpenBSD: key-options.sh,v 1.11 2024/12/05 14:28:39 dtucker Exp $ # Placed in the Public Domain. tid="key options" @@ -121,4 +121,4 @@ check_valid_before "default" "" "pass" check_valid_before "invalid" 'expiry-time="INVALID"' "fail" check_valid_before "expired" 'expiry-time="19990101"' "fail" check_valid_before "valid" 'expiry-time="20380101"' "pass" - +check_valid_before "valid-64b" 'expiry-time="25250101"' "pass"