You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current design, each client have one sequence number counter next_sequence_number to keep track of the client's certificate history, however this become a problem when we try to retrieve certificate from authority because we don't record the association between object id and sequence number, we don't know which authority to query from for a particular sequence number.
The current work around is looping through each authorities until we have a hit, but this is inefficient.
The text was updated successfully, but these errors were encountered:
In the current design, each client have one sequence number counter
next_sequence_number
to keep track of the client's certificate history, however this become a problem when we try to retrieve certificate from authority because we don't record the association between object id and sequence number, we don't know which authority to query from for a particular sequence number.The current work around is looping through each authorities until we have a hit, but this is inefficient.
The text was updated successfully, but these errors were encountered: