Skip to content

Commit

Permalink
Fixes for OCSP data cleanup nad test updates
Browse files Browse the repository at this point in the history
Signed-off-by: AssemblyJohn <[email protected]>
  • Loading branch information
AssemblyJohn committed Apr 26, 2024
1 parent 4104017 commit 7cd9655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evse_security/evse_security.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ void EvseSecurity::garbage_collect() {
read_hash == ocsp_hash) {

auto oscp_data_path = hash_entry.path();
oscp_data_path.replace_extension(CERT_HASH_EXTENSION);
oscp_data_path.replace_extension(DER_EXTENSION);

invalid_certificate_files.emplace(hash_entry.path());
invalid_certificate_files.emplace(oscp_data_path);
Expand Down

0 comments on commit 7cd9655

Please sign in to comment.