google / go-sev-guest

go-sev-guest offers a library to wrap the /dev/sev-guest device in Linux, as well as a library for attestation verification of fundamental components of an attestation report.
Apache License 2.0
52 stars 19 forks source link

Change HTTP retry initial delay to 10 seconds #39

Closed deeglaze closed 1 year ago

deeglaze commented 1 year ago

Requests for the same HWID and TCB will be limited to one request per 10 seconds, given communication with AMD.

Signed-off-by: Dionna Glaze dionnaglaze@google.com