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 has been 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).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).
The text was updated successfully, but these errors were encountered: