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
Update measurements.json to v2 format, and add a helper to load and c…
…ompare (#26)
* CLI tool to print verified measurements from an aTLS server
* use HTTP GET request, and save to file
* cleanup
* rename to attested-get
* feat(get-measurements): compare against known measurements
* docs
* backwards-compatible loading of v1 measurements
* cleanup
* support legacy format
* package name: multimeasurements
* cleanup
Adds an option to serve and verify regular TLS (#13)
* Adds an option to serve and verify regular TLS
* Adds flag to pass an additional CA cert to the client for tls verification
* Updates README