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
{{ message }}
This repository was archived by the owner on Feb 5, 2024. It is now read-only.
The sign and verify methods of the message class depend on the content field. However, in some cases the receiver does not have a value set for the content field, so he does not sign the message, which is accepted by the sender.
This needs to be changed in that the content field is never null, so sign and verify work again. The tolerating code needs to be removed from the sender and receiver as well (null check for content before sign/verify).