Q1: A design review cites RFC 6234. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of SHA/HMAC/HKDF algorithms from nearby security functions and policy decisions.
**Related keywords:**
- **SHA**: Secure hash algorithm family
- **HMAC**: Keyed hash-based MAC
- **HKDF**: Extract-and-expand KDF
**Options:**
- A: authenticating a protocol peer without a key or trust model is not the central purpose of RFC 6234. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: selecting exact SHA, HMAC, and HKDF computations for interoperable implementations and test vectors is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: deciding that every protocol using SHA is secure by construction is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.