]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Add key expiry test in the 64bit time_t range for additional
authordtucker@openbsd.org <dtucker@openbsd.org>
Thu, 5 Dec 2024 14:28:39 +0000 (14:28 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 5 Dec 2024 14:44:35 +0000 (01:44 +1100)
coverage. From Alexander Kanavin via bz#3684.

OpenBSD-Regress-ID: bdf6eb3c2421f2e1e11483d03b34c7931d1bccf7

regress/key-options.sh

index 623128ca4e6574eb5aa92335bcc71f8b83346937..df28ce887671313861c51168788af2bc6cb0c268 100644 (file)
@@ -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"