Q1: A design review cites RFC 5280. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of X.509 certificate profile from nearby security functions and policy decisions.
**Related keywords:**
- **path validation**: Building and checking a certificate chain
- **SAN**: Subject Alternative Name identity data
- **CRL**: Certificate revocation list data
**Options:**
- A: proving that a service is authorized for every business action is not the central purpose of RFC 5280. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: reviewing certificate contents, certification paths, revocation data, and Internet name forms is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: replacing the TLS handshake with a standalone certificate parser is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.