GM/T 0141-2024 in English
VALIDV2X Certificate Authentication System Testing Specification
- Issued on:2024-12-27
- Implemented on:2025-07-01
- File Format:PDF
- Delivery:Via email within 5 business days
$669.00
| Standard No: | GM/T 0141-2024 |
| Document status: | VALID |
| Title in English: | V2X Certificate Authentication System Testing Specification |
| Title in Chinese: | V2X证书认证系统检测规范 |
| Language: | English |
| File Format: | Electronic (PDF) |
| Delivery: | Via email within 5 business days |
| Issued on: | 2024-12-27 |
| Implemented on: | 2025-07-01 |
| Related Keywords: | v2x certificate authentication system testing specification
v2x certificate authentication system v2x certificate authentication system testing specification introductionstandard overview domestic v2x certificate authentication system v2x certificate authentication systems |
Introduction
Standard Overview and Technical Background
GM/T 0141-2024, "V2X Certificate Authentication System Testing Specification," is a cryptography industry standard issued by the State Cryptography Administration. This standard was developed in 2024 and officially implemented in June 2025. As a key technical specification for connected vehicle security, this standard primarily establishes unified technical requirements for product testing of V2X (Vehicle to Everything) certificate authentication systems.
With the rapid development of intelligent connected vehicles, V2X communication technology has become a key technology for achieving vehicle-road collaboration and intelligent transportation. As the core infrastructure for ensuring the security of connected vehicle communications, the security and reliability of the V2X certificate authentication system are directly related to the safe operation of the entire intelligent transportation system. The release of this standard fills a gap in domestic V2X certificate authentication system testing and provides a technical basis for the research and development, testing, and certification of related products.
System Architecture and Composition Analysis
According to Chapter 5 of the standard, the V2X certificate authentication system adopts a hierarchical trust architecture, which mainly includes the following core subsystems:
| System components | Main functions | Technical features |
|---|---|---|
| V2X secondary certificate management system | Access to the national electronic certification trust source, manage the entire life cycle of subordinate agency certificates | Support (3,5) secret sharing mechanism, with security audit function |
| V2X intermediate certificate management system | Extend the trust level and issue subordinate agency certificates | Optional components to enhance system flexibility |
| V2X Registration Certificate Authentication System | Device identity authentication and registration certificate management | Support parallel processing of authentication requests |
| V2X Authorization Certificate Authentication System | Issuance of pseudonym certificates, identity certificates, and application certificates | Includes link value management and supports privacy protection |
| V2X Certificate/CRL Storage System | Certificate and Revocation List Storage and Query Service | Supports conditional combination retrieval to ensure data integrity |
Detailed Explanation of Cryptographic Algorithm Testing Requirements
Section 6.1 of the standard puts forward strict testing requirements for the correctness of cryptographic algorithms:
Symmetric cryptographic algorithms MUST support the SM4 algorithm, and implementations should comply with the GB/T 32907 standard. During testing, the correctness of the encryption and decryption processes must be verified, ensuring that the given key and plaintext, after encryption, are identical to the expected ciphertext. Conversely, the decryption process should also correctly restore the plaintext. The hashing algorithm uses the SM3 cryptographic hashing algorithm, which complies with GB/T 32905. Testing requires calculating a hash value for the given data and comparing it with the expected result. The asymmetric cryptographic algorithm is based on the SM2 algorithm, supporting encryption, decryption, and signing/verification operations. Implementation must comply with GB/T 32918 and GB/T 35276. Testing covers the complete encryption-decryption and signing-verification process. In a V2X certificate authentication system deployed in a smart connected vehicle demonstration zone, the SM2 algorithm is used for certificate signing and communication encryption. In actual operation of the system, each intelligent connected vehicle needs to apply for a registration certificate and a pseudonym certificate, and the security of the certificate application and download process is ensured by SM2 digital signature technology. The pseudonym certificate adopts a link value mechanism, which not only ensures the identity authentication of the vehicle, but also protects the user's location privacy.
Key management security requirements
Section 6.3 of the standard puts forward comprehensive requirements for key management:
| Key type | Management requirements | Security level |
|---|---|---|
| CA institution certificate key | Use a cryptographic device that has been tested and certified and supports the (3,5) secret sharing mechanism | Highest security level |
| V2X device signature key | Use a hardware cryptographic module or security chip to achieve security management | GB/T 37092 Level 2 and above |
| Key distribution | Equipped with identity authentication mechanisms, using technologies such as digital signatures and HMAC | Integrity and confidentiality assurance |
| Key derivation | Using secure algorithms or mechanisms to reduce the number of certificate requests | Balancing efficiency and security |
Key lifecycle management includes generation, storage, distribution, use, update, backup, recovery, archiving, and destruction, each with corresponding security requirements.
Communication Security Assurance Mechanism
Section 6.4 of the standard specifies specific requirements for communication security:
Registration certificate management communications must utilize application-layer encryption or TLCP secure channels to ensure the confidentiality, integrity, and authenticity of communication data. Detection methods include packet capture verification, code review, and simulation testing. Authorization certificate management communications place particular emphasis on protecting user identity privacy information. During the pseudonym certificate application process, secure measures must be implemented for communications between V2X devices and PRAs, and between PRAs and PCAs. All cryptographic algorithms, technologies, and products used in all communication processes must comply with relevant national and industry standards.
Technical requirements for certificates and revocation lists
V2X certificate structure requirements
Section 6.6 and Appendix A of the standard specify the technical requirements for V2X certificates in detail:
- The certificate must be encoded using COER (Regular Octet Encoding Rules)
- The certificate issuer digitally signs the certificate information using a private key
- The identifier of the pseudonym certificate must include the certificate period and link value
- The certificate version number is 2 or 3, and the type value is 0 or 1
- The validity period information must include the correct start time and validity period
V2X certificate revocation list requirements
Section 6.7 and Appendix B of the standard specify the technical requirements for certificate revocation lists:
- V2 XCRLs must use COER encoding. The issuer digitally signs the V2XCRL using its private key. Upon revocation of a non-pseudonymous certificate, the last 10 bytes of the certificate entity after the SM3 hash operation are used as the revoked certificate identifier. Upon revocation of a pseudonymous certificate, the period and period link seed value of the pseudonymous certificate are stored in the V2XCRL. The V2XCRL version number must be 1 or 2 and must include the correct issuance time and next issuance time. Section 6.8 of the standard specifies system functionality and performance requirements: Certificate Issuance Performance requires that the total issuance time for application/identity certificates and pseudonymous certificates must not exceed 30 seconds, with each segmented issuance time not exceeding 20 seconds. This performance indicator ensures that V2X devices can quickly obtain the required certificates to meet real-time communication requirements.
System functional integrity includes full life cycle management functions such as certificate issuance, renewal, and revocation, as well as security management functions such as security auditing and access control. The system must have the ability to process requests in parallel to ensure stable operation in high-concurrency scenarios.
Interoperability and trust system
The standard emphasizes that the V2X certificate authentication system must support access to the national electronic authentication trust source uniformly planned and constructed by the national cryptography management department. This requirement ensures that the V2X certificate authentication systems of different manufacturers and different regions can be interconnected and form a unified trust system.
The detection method includes verifying whether the system supports the configuration of the national root certificate, whether it supports the configuration of the secondary CA certificate issued by the national root, and whether it supports joining the list of trusted root certificates issued by the national root.
Implementation Recommendations and Compliance Guidance
Product Development Recommendations
When developing a V2X certificate authentication system, it is recommended to focus on the following aspects:
- Cryptographic Algorithm Implementation: Strictly implement the SM2, SM3, and SM4 algorithms in accordance with national standards to ensure algorithm correctness and performance optimization
- Key Security Management: Employ certified cryptographic equipment to achieve comprehensive key lifecycle management
- Privacy Protection Mechanism: Rationally design pseudonymous certificates and link value management mechanisms to balance security requirements and privacy protection
- System Performance Optimization: Ensure system responsiveness in high-concurrency scenarios and meet real-time requirements
Testing and Certification Preparation
The submitting unit is required to prepare complete technical documentation, including a technical work summary report, a security design report, and a user manual. The technical documentation should describe in detail the system's design principles, logical structure, workflow, key management, and security design.
Before formal testing, it is recommended to conduct sufficient internal testing to ensure that all system functions meet the standard requirements, especially key test items such as the correctness of cryptographic algorithms, key management security and system performance indicators.
Operation and maintenance management suggestions
After the system is put into use, a complete operation and maintenance management system should be established:
- Periodically conduct security audits to monitor the system operation status
- Establish emergency plans to deal with security incidents such as certificate leaks and system failures
- Update the system regularly and fix known security vulnerabilities
- Strengthen operator training to ensure standardized operations
Standard evolution and technology trends
The release of GM/T 0141-2024 marks the further improvement of my country's Internet of Vehicles security standard system. Compared with previous related standards, this standard has made significant progress in the following aspects:
Technical Field Features of this Standard Technical Development Trends Cryptographic Algorithms Fully Adopt National Secret Algorithms Evolution to Post-Quantum Cryptographic Algorithms Privacy Protection Pseudonymous Certificates and Link Value Mechanisms Fine-Grained Privacy Protection Technologies tr>Performance requirements Clear timeliness indicators Support for higher concurrency and lower latency Interoperability Unified trust system requirements Cross-domain trust and international integration With the continuous development of Internet of Vehicles (IoV) technology, future V2X certificate authentication systems will face new challenges and demands, including supporting more complex application scenarios, adapting to stricter privacy protection requirements, and achieving higher-performance certificate processing capabilities. Relevant organizations should closely monitor technological developments and promptly adjust product development and technology upgrade strategies.
As the foundational specification for V2X certificate authentication system testing, this standard will provide important technical support for the healthy development of the IoV security industry and promote the rapid development and safe application of the intelligent connected vehicle industry.

Loading PDF document...
Error loading PDF. Please make sure the file is valid and try again.
We also recommend
-

GM/T 0134-2024 in English
Password Module Security Design Guide
2024-12-27 -

GM/T 0140-2024 in English
Technical Specification for the Application of Personal Trustworthy Verification Password in Payment Systems
2024-12-27 -

GM/T 0028-2024 in English
Password Module Security Requirements
2024-12-27 -

GM/T 0001.4-2024 in English
Zu Chongzhi Sequence Cipher Algorithm Part 4: Authentication Encryption Mechanism
2024-12-27 -

GM/T 0041-2024 in English
Smart IC Card Password Detection Specification
2024-12-27 -

GM/T 0046-2024 in English
Specification for the Detection of Financial Data Cryptographic Machines
2024-12-27 -

GM/T 0043-2024 in English
Interoperability Testing Specification for Digital Certificates
2024-12-27 -

GM/T 0138-2024 in English
C-V2X Vehicle Networking Certificate Policy and Authentication Service Statement Framework
2024-12-27 -

GM/T 0137-2024 in English
Password Card Technical Requirements
2024-12-27 -

GM/T 0139-2024 in English
Information System Password Application Security Management System
2024-12-27