Files
cubelinux-2/cubesys
CUBELinux-2 c87fef0514 fix(cubesys): unhang R4 handshake tests + drop unused import
- run_handshake now spawns auth_handshake on its own thread; the old
  code read the CHALLENGE frame before the daemon ever wrote one,
  deadlocking all 5 r4_handshake_tests (>60s hang). Join for the
  daemon verdict.
- remove unused TenantId/TenantIdentity import in
  grant_and_revoke_emit_audit_entries (clippy -D warnings failure).
- verify_hello call already passes all 6 args (psk, &nonce, tenant,
  &owner_local, owner_remote.as_deref(), sig); confirmed against
  cubecrypt::verify_hello signature.

./check: ALL CHECKS PASSED (fmt+tests+clippy -D warnings).
2026-08-11 16:38:38 -04:00
..