You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about the Iso15118 certificate handling.
When we receive a signed v2g SECC certificate, the Iso15118Manager.cpp calls the 'verify' function on the received certificate (Line 289).
But this calls fails probably since there is no root certificate in the chain (also not required as far as I know).
Is this check really necessary?
Hello all,
I have a question about the Iso15118 certificate handling.
When we receive a signed v2g SECC certificate, the Iso15118Manager.cpp calls the 'verify' function on the received certificate (Line 289).
But this calls fails probably since there is no root certificate in the chain (also not required as far as I know).
Is this check really necessary?
Kind regards,
Rik van Ark