From 5215e4162460f46be3dd8d8eddf0ad63c060c0b3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 10 Apr 2024 14:09:45 +0200 Subject: [PATCH] Increase SPN clock skew tolerance to better support devices with skewed clock --- spn/hub/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spn/hub/update.go b/spn/hub/update.go index e2009db4..4e280b1a 100644 --- a/spn/hub/update.go +++ b/spn/hub/update.go @@ -22,7 +22,7 @@ var ( Remove(jess.Integrity) // Only applies to decryption. // SenderAuthentication provides pre-decryption integrity. That is all we need. - clockSkewTolerance = 1 * time.Hour + clockSkewTolerance = 12 * time.Hour ) // SignHubMsg signs the given serialized hub msg with the given configuration.