ITS ECU Message Filtering With Secure Sender Lists

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current electronic control units (ECUs) in intelligent transport systems (ITS) face challenges in processing high volumes of C2X messages due to the computational demands of digital signature verification, leading to bottlenecks and increased energy consumption, size, and cost, without effectively managing message reception and storage.

Innovation Solution

Incorporating a secure element with blacklists and whitelists to directly reject or record messages without authentication, utilizing hardware-secure non-volatile memory and timestamp data to manage message storage efficiently.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If cryptographic verification of ECDSA_256 signatures is executed for each incoming message, then message authentication and security are improved, but processing speed decreases and system blockage occurs at high message volumes

Engineering Contradiction:
Improvemessage authenticationVSAvoidmessage processing speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The secure element pre-stores lists of trusted and untrusted senders (whitelists and blacklists) before message reception. When messages arrive, the system first checks against these pre-prepared lists to make rapid authentication decisions without performing full cryptographic verification for all messages, thus preventing system blockage while maintaining security for known trusted sources

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The invention extracts the authentication function for known trusted senders from the main cryptographic verification process. By separating the handling of messages from trusted sources (whitelisted) or untrusted sources (blacklisted) from the general cryptographic verification process, the system can rapidly process these messages without executing resource-intensive ECDSA_256 signature verification, thereby resolving the bottleneck

Inventive Principle:
Principle #2Taking out (Extraction)

2Productivity

If processing capacity of electronic control units is increased to meet high bandwidth requirements, then message reception capability is improved, but energy consumption, size, and cost of integrated circuits increase

Engineering Contradiction:
Improvemessage reception capabilityVSAvoidenergy consumption
Core Design Contradiction:
ProductivityVSUse of energy by moving object

Solution Approach 1:

The invention applies different processing qualities to different message types. Messages from whitelisted senders receive rapid direct recording without full authentication, messages from blacklisted senders are immediately rejected, and only messages from unknown senders undergo full cryptographic verification. This localized differentiation of processing intensity allows the system to achieve high message reception capability while minimizing energy consumption on unnecessary verification operations

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS12468796B2Electronic control unit adapted to intelligent transport system communications and corresponding method
Publication Date: 2025.11.11 STMICROELECTRONICS (ROUSSET) SAS
  • US12468796B2 patent drawing
  • US12468796B2 patent drawing

AI summary

The electronic control unit includes a communication circuit adapted to receive intelligent transport system messages, an authentication circuit designed to authenticate the received messages, a non-volatile memory configured to record the authenticated received messages, and a secure element. The secure element includes a blacklist of automatically excluded senders and is configured to directly reject a received message from a sender on the blacklist without authentication using the authentication circuit. Alternatively, the secure element includes a whitelist of automatically allowed senders and is configured to directly record a received message from a sender on the whitelist in the non-volatile memory without authentication using the authentication circuit.