Q1: A design review cites RFC 9530. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of HTTP Digest Fields from nearby security functions and policy decisions.
**Related keywords:**
- **Content-Digest**: Digest over selected content data
- **Repr-Digest**: Digest over representation data
- **unkeyed digest**: Hash result without a secret key
**Options:**
- A: authenticating the sender without a signature, MAC, or secure channel is not the central purpose of RFC 9530. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: carrying digests of HTTP content in fields so recipients can detect representation-data changes is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: hashing arbitrary application state that is not the selected HTTP content is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.