teepot/bin
Harald Hoyer 95b6a2d70a
refactor(verify-era-proof-attestation): replace watch channel with CancellationToken
Refactored stop signal handling in all components to use `tokio_util::sync::CancellationToken` instead of `tokio::sync::watch`.

- Improved cancellation logic by leveraging `CancellationToken` for cleaner and more efficient handling.
- Updated corresponding dependency to `tokio-util` version `0.7.14`.
2025-04-07 08:54:00 +02:00
..
rtmr-calc feat(tdx): add TDX RTMR extension support with UEFI marker 2025-02-20 15:15:44 +01:00
sha384-extend feat(sha384-extend): enhance SHA384 extend utility with padding and tests 2025-03-28 12:55:13 +01:00
tdx-extend feat(sha384-extend): enhance SHA384 extend utility with padding and tests 2025-03-28 12:55:13 +01:00
tdx-test feat(tdx-google): enhance container service setup 2025-02-14 16:47:43 +01:00
tee-key-preexec fix(tee-key-preexec): add context to file write operations 2025-04-02 16:18:27 +02:00
tee-ratls-preexec chore: split-out vault code from teepot in teepot-vault 2025-03-06 09:47:51 +01:00
tee-self-attestation-test feat(ci): switch to GitHub Container Registry for images 2025-04-02 17:10:20 +02:00
verify-attestation refactor(quote): move TCB level logic to a dedicated module 2025-04-04 17:05:23 +02:00
verify-era-proof-attestation refactor(verify-era-proof-attestation): replace watch channel with CancellationToken 2025-04-07 08:54:00 +02:00