Closed danko-miladinovic closed 2 weeks ago
Attention: Patch coverage is 17.88793%
with 381 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
main@f6a93fe
). Learn more about missing BASE report. Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What type of PR is this?
This feature is an enhancement for attested TLS. The idea is to have the attestation fetched and forwarded as a TLS extension. This way, we can guarantee the freshness of the evidence.
What does this do?
Adds custom TLS extensions that transfer the nonce and the attestation report between the client (CLI) and server (Agent).
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
No, the process is tested as before. There is no need for new tests.
Did you document any new/modified feature?
No, the documentation will be added upon completion.
Notes
This PR is still a draft.