Q1: RFC 9261 の Exported Authenticator は何をする仕組みか
Multiple Choice
**Explanation:**
**出題意図:** 小さな TLS の仕組みと, その上に作る identity・attestation・authorization の仕組みを分けて読めるようにします.
**用語:** **Exported Authenticator** は, peer が identity を扱えることを handshake 後に示す proof です. **post-handshake** は, TLS または DTLS の接続がすでにできた後という意味です.
**選択肢:**
- A (incorrect): RFC 9261 は X.509 を置き換えません. X.509 certificate などの identity を使います.
- B (correct): RFC 9261 の中心はここです.
- C (incorrect): tenant, workload, agent, authorization policy などは application protocol や verifier policy 側で定義します.
**関連キーワード:**
- **Exported Authenticator** : 既存の TLS/DTLS connection に結びついた identity proof
- **post-handshake** : secure connection が確立した後
- **building block** : application protocol が組み込んで使う部品