[openssh-commits] [openssh] 01/02: upstream: Add key expiry test in the 64bit time_t range for additional

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 6 01:46:33 AEDT 2024


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit c9b7866a7dc5e6c30f5aa9d22dd0bbafda0d496f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Thu Dec 5 14:28:39 2024 +0000

    upstream: Add key expiry test in the 64bit time_t range for additional
    
    coverage. From Alexander Kanavin via bz#3684.
    
    OpenBSD-Regress-ID: bdf6eb3c2421f2e1e11483d03b34c7931d1bccf7
---
 regress/key-options.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regress/key-options.sh b/regress/key-options.sh
index 623128ca..df28ce88 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"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list