Closed g-k closed 2 years ago
The spec says to use a salt length matching the hash length (i.e. rsa.PSSSaltLengthEqualsHash)
rsa.PSSSaltLengthEqualsHash
However, go-jose uses the auto length salt padding for the PS256 and switching it fixes the RSA verify failure for #7.
We are no longer making changes to this repository. See README update for more information on the successor project.
The spec says to use a salt length matching the hash length (i.e.
rsa.PSSSaltLengthEqualsHash
)However, go-jose uses the auto length salt padding for the PS256 and switching it fixes the RSA verify failure for #7.