diff --git a/dependencies.yaml b/dependencies.yaml index ae8b6e29c..823e7e4f7 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -47,7 +47,7 @@ libcbv2g: # libiso15118 libiso15118: git: https://github.com/EVerest/libiso15118.git - git_tag: 7b260c11756f1e15d619915d72f05a9022d0e263 + git_tag: 7582ef63f1e7cdfdf2851195b9fae7c1b2af6df8 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBISO15118" # LEM DCBM 400/600 module diff --git a/modules/Evse15118D20/Evse15118D20.hpp b/modules/Evse15118D20/Evse15118D20.hpp index e1da6d77b..51043440e 100644 --- a/modules/Evse15118D20/Evse15118D20.hpp +++ b/modules/Evse15118D20/Evse15118D20.hpp @@ -26,9 +26,7 @@ struct Conf { std::string device; std::string certificate_path; std::string logging_path; - std::string tls_negotiation_strategy; - // TODO(ioan): remove this since it's received from the sec module - std::string private_key_password; + std::string tls_negotiation_strategy; bool enable_ssl_logging; bool enable_tls_key_logging; bool enable_sdp_server; diff --git a/modules/Evse15118D20/charger/ISO15118_chargerImpl.cpp b/modules/Evse15118D20/charger/ISO15118_chargerImpl.cpp index 1f443e54b..ece7d3f56 100644 --- a/modules/Evse15118D20/charger/ISO15118_chargerImpl.cpp +++ b/modules/Evse15118D20/charger/ISO15118_chargerImpl.cpp @@ -163,10 +163,7 @@ void ISO15118_chargerImpl::ready() { } const auto& certificate_info = certificate_response.info.value(); - - std::optional private_key_password; std::string path_chain; - std::string path_key; if (certificate_info.certificate.has_value()) { path_chain = certificate_info.certificate.value();