@@ -1719,12 +1719,43 @@ The following requirement of cryptographic mechanisms validity shall conform to
Validity of access control requirement are covered by section 6.5:
- REQ-PKI-CON-01
## 6.6.1 CON - General
- REFERENCE: ACC-PKI-DM-01
- REFERENCE: ACC-PKI-CON-01
- OBJECTIVE:
Verify that when a pseudonymous certificate is used to exchange a public key associated with an ephemeral identity, the certificate contains no information that could directly or indirectly reveal, correlate, or facilitate identification of the sender, thereby preserving sender pseudonymity.
- Verify that private keys generated by the product are protected against unauthorized export, copying, disclosure, or removal.
- Verify that when a pseudonymous certificate is used to exchange a public key associated with an ephemeral identity, the certificate contains no information that could directly or indirectly reveal, correlate, or facilitate identification of the sender, thereby preserving sender pseudonymity.
- PREPARATION:
- Product security architecture documentation describing the implementation of pseudonymous certificates and ephemeral identities.
- The certificate profile specification, including all mandatory and optional certificate fields and extensions.
@@ -1732,7 +1763,6 @@ Validity of access control requirement are covered by section 6.5:
- Product configuration settings for certificate generation and identity management.
- Tools for certificate parsing and inspection.
- Identify any external repositories, certificate databases, or services that may be used to correlate certificate information.
- ACTIVITIES:
- Review the product design documentation to determine how pseudonymous certificates are generated and associated with ephemeral identities.
- Examine the certificate profile and identify all fields and extensions included in the pseudonymous certificate.
@@ -1745,20 +1775,17 @@ Validity of access control requirement are covered by section 6.5:
- Assess whether certificate serial number generation, extension values, and metadata are randomly generated or otherwise designed to prevent sender correlation.
- Review product configuration and operational procedures to ensure that pseudonymous certificates cannot be configured to include identifying information.
- Attempt to correlate multiple pseudonymous certificates issued to the same sender and determine whether any certificate data enables identity linkage.
- VERDICT:
- SUCCESS:
- The product generates pseudonymous certificates containing only technical information necessary for cryptographic processing and validation.
- No certificate field or extension contains identifying information, persistent identifiers, or metadata that can directly or indirectly reveal the sender's identity.
- Multiple certificates associated with the same sender cannot be correlated using certificate contents.
- Product configuration prevents the inclusion of identifying information in pseudonymous certificates.
- FAIL:
- One or more certificate fields contain information that directly or indirectly identifies the sender.
- Certificate contents include persistent identifiers or metadata that enable correlation of certificates belonging to the same sender.
- Certificate serial numbers, extensions, naming conventions, or custom attributes permit sender re-identification.
- Product configuration allows pseudonymous certificates to include user-related identifying information.
- EVIDENCE:
- Product architecture and design documentation describing pseudonymous certificate generation.
- Certificate profile specifications and extension definitions.