k_card/component3
Morten V. Christiansen ffa5bea1c7 Remove MITM from Component 3; record per-request token binding decision
- Delete mitm.go: CA generation and HTTPS interception removed entirely
- proxy.go: remove handleGatedConnect, forwardToUpstream, MITM struct field;
  gated CONNECT now returns 407 with explanation
- main.go: remove --ca-dir flag and MITM initialisation
- Workplan.md: record per-request auth decision (challenge bound to
  URL + method + nonce; no session opened; may revisit)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 10:47:34 +02:00
..
gated.go Refactor k_phone (v2) and add component3 Go binary 2026-05-05 21:04:19 +02:00
go.mod Refactor k_phone (v2) and add component3 Go binary 2026-05-05 21:04:19 +02:00
main.go Remove MITM from Component 3; record per-request token binding decision 2026-05-08 10:47:34 +02:00
phone.go Refactor k_phone (v2) and add component3 Go binary 2026-05-05 21:04:19 +02:00
proxy.go Remove MITM from Component 3; record per-request token binding decision 2026-05-08 10:47:34 +02:00