Actions
Bug #204
closedAuthority tree populated incorrectly.
Description
Though all authorities are loaded into the tree, the tree is not populated correctly and intermediate authorities wrongly appear as root authorities.
Actions
Added by Felix Tiede over 7 years ago. Updated over 7 years ago.
Description
Though all authorities are loaded into the tree, the tree is not populated correctly and intermediate authorities wrongly appear as root authorities.
Unlike in earlier versions, rows are no longer read in the order they were written to the database but in arbitrary order.
Thus a root CA might be loaded much later than its childs causing the observed behavior. Policies are also affected, causing sqlite_db unit test to fail occasionally when accessing a policy by index.
Applied in changeset kca|3c413aa3c86a0965d1dd498a04c5acc3fe4d40e3.