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
The timestamp signature field is base64 encoded; however, it is not readable.
What solution do you propose?
For the notation inspect command, we need to provide readable content for humans. Therefore, for the timestamp signature, we may need to show the actual timestamp, issuer, and the content of the timestamping certificate chain.
What alternatives have you considered?
No
Any additional context?
No
The text was updated successfully, but these errors were encountered:
the content of the timestamping certificate chain this part is not showable, because we can only get the tsa cert chain during timestamp verification where the user must provide the TSA root cert.
(We could show all the certificates within the timestamp signature with random order though)
Is your feature request related to a problem?
The timestamp signature field is base64 encoded; however, it is not readable.
What solution do you propose?
For the notation inspect command, we need to provide readable content for humans. Therefore, for the timestamp signature, we may need to show the actual timestamp, issuer, and the content of the timestamping certificate chain.
What alternatives have you considered?
No
Any additional context?
No
The text was updated successfully, but these errors were encountered: