In our application logs must be signed in order to prove that they have not been changed after they happened.
This means that they must be signed using some sort of timestamp that links the signature with the time at which the log was written and signed.
This way the log cannot be modified and signed again without changing that timestamp -and therefore any modification attempt could be detected-.
Is there a standard way to do this?