Q1: What is the main role of an Exported Authenticator in RFC 9261
Multiple Choice
**Explanation:**
**Question intent:** Separate the small TLS mechanism from larger identity, attestation, and authorization systems.
**Terms:** **Exported Authenticator** is a post-handshake proof that a peer controls an identity. **Post-handshake** means after the TLS or DTLS connection has already been established.
**Options:**
- A (incorrect): RFC 9261 uses identities such as X.509 certificates; it does not replace the certificate format.
- B (correct): This is the core purpose of the mechanism.
- C (incorrect): Larger frameworks must be defined by the application protocol, verifier policy, or deployment.
**Related keywords:**
- **Exported Authenticator** : proof of identity possession bound to an existing TLS or DTLS connection
- **post-handshake** : after the secure connection is already established
- **application building block** : a component that an application protocol must still integrate