EVerest / libevse-security

Apache License 2.0
7 stars 5 forks source link

In the code of x509_hierarchy, it seems that a generalized tree is implemented by itself. Have you considered modifying it to use the generalized tree implementation in the library? #85

Closed Elsa-is-My-Muse closed 3 weeks ago

Elsa-is-My-Muse commented 1 month ago

Describe the problem

In the code of x509_hierarchy, it seems that a generalized tree is implemented by itself. Have you considered modifying it to use the generalized tree implementation in the library?

Describe your solution

In the code of x509_hierarchy, it seems that a generalized tree is implemented by itself. Have you considered modifying it to use the generalized tree implementation in the library?

Additional context

In the code of x509_hierarchy, it seems that a generalized tree is implemented by itself. Have you considered modifying it to use the generalized tree implementation in the library?

AssemblyJohn commented 3 weeks ago

Since we do not have in the standard library a generalized tree, out custom implementation had to be used. Since it is very specifically used we did not think that a separation of the tree from the hierarchy is necessary at the moment.