You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go test client_test.go
--- FAIL: TestRoughtimeServer (0.00s)
client_test.go:24: verification fails: missing VER tag
FAIL
FAIL command-line-arguments 0.407s
FAIL
It seems to me that it should be valid to chain together signed timestamps across versions, but this requires a bit of thought.
The text was updated successfully, but these errors were encountered:
To reproduce:
Start a couple of Roughtime servers:
Then create a configuration file for which the client will try IETF-Roughitme for one server but not the other:
Finally, test this as follows:
You should see something like:
It seems to me that it should be valid to chain together signed timestamps across versions, but this requires a bit of thought.
The text was updated successfully, but these errors were encountered: