EVerest / libevse-security

Apache License 2.0
7 stars 5 forks source link

Modified hierarchy algorithm to be linear for insertion and O(n^{2}) … #22

Closed AssemblyJohn closed 6 months ago

AssemblyJohn commented 8 months ago

…worst case for pruning

marcemmers commented 6 months ago

I've just encountered a endless while loop that did not have a timeout. This PR seems to fix it for me so hopefully we can merge this one soon.

To reproduce, I just install a single csms root certificate in the bundle and try to delete that. On the delete ocpp hangs.