Q1: A design review cites RFC 5705. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of TLS exporter from nearby security functions and policy decisions.
**Related keywords:**
- **exporter label**: A name that separates exporter uses
- **context**: Extra separation input
- **keying material**: Bytes derived from TLS secrets
**Options:**
- A: exporting TLS private keys to the application layer is not the central purpose of RFC 5705. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: deriving application-specific keying material from an established TLS connection is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: assigning authorization meaning to every byte derived from TLS is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.