Increase SPN clock skew tolerance to better support devices with skewed clock

This commit is contained in:
Daniel 2024-04-10 14:09:45 +02:00
parent c68aff5a9b
commit 5215e41624

View file

@ -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.