Skip to content

ocpp : Added TLSv1.3 support for OCPP #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: dev/ev/ocpp
Choose a base branch
from
Open

Conversation

SanjayyyV
Copy link
Collaborator

  • Added secure sockets (TLSv1.3) support for OCPP.
  • Overlay-tls13.conf and Overlay-ec.conf has to be passed to enable secure sockets.
  • Default prj.conf can be used for using normal TCP socket.
  • Sample certificates are provided.

Added support for TLSv1.3 to the OCPP subsystem by enabling
TLS secure sockets. This allows secure WebSocket
connections over TLSv1.3 during OCPP communication.

Signed-off-by: Sanjay V <[email protected]>
Updated the OCPP sample to support TLSv1.3 by adding overlay
configuration files and updating the project configuration
for secure socket setup. Included EC private key and certificate
required for establishing secure socket communication.

Signed-off-by: Sanjay V <[email protected]>
Introduced optional TLS credentials struct in the OCPP header to enable
secure socket communication with the Central System.

Signed-off-by: Sanjay V <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant