lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
275 stars 126 forks source link

Security extension for 1.6J #169

Open gioacchinopoletto opened 1 year ago

gioacchinopoletto commented 1 year ago

Hi, as see on issue #119 we have some error on log for Unsupported feature SecurityEventNotification. Any news on adding the missing (only) security extension? Many thanks in advance!

lorenzodonini commented 1 year ago

This is still an outstanding feature. I will work on it after adding support for contexts passed by the application. Stay tuned.

pjjjv commented 1 year ago

Improved security for OCPP 1.6-J v1.0 (ocpp_1_6_security.pdf) defines extra requests, responses and datatypes backported from 2.0 to 1.6. These are at the moment missing

The following requests are added: CertificateSigned DeleteCertificate ExtendedTriggerMessage GetInstalledCertificateIds GetLog InstallCertificate LogStatusNotification SecurityEventNotification SignCertificate SignedFirmwareStatusNotification SignedUpdateFirmware