tree: 65436a333d64ead6d22967be5c10fae1417ae659 [path history] [tgz]
  1. certs/
  2. meta/
  3. src/
  4. BUILD.gn
  5. README.md
src/sys/time/lib/httpdate-hyper/README.md

httpdate-hyper

This library retrieves time by making HTTPS calls to some server and extracting the time from the response Date header.

Testing

The library is tested by running a local HTTPS server and pointing the library to make requests against it. The test server signs responses using the test certificates contained in the certs/ directory. These certificates should not be used outside of testing.