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
Use the proper method to update a signature with salt
Fixes#1780
Using update() instead of sigOut.write() caused some preprocessing on the salt value
in some cases (Cleartext Signature Framework line endings), which resulted in broken
signature verification.
0 commit comments