diff options
Diffstat (limited to 'ext/crypto/00_crypto.js')
-rw-r--r-- | ext/crypto/00_crypto.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/crypto/00_crypto.js b/ext/crypto/00_crypto.js index de4ad07e1..7e1fac49f 100644 --- a/ext/crypto/00_crypto.js +++ b/ext/crypto/00_crypto.js @@ -1313,6 +1313,7 @@ class SubtleCrypto { algorithm: "RSA-PSS", hash: hashAlgorithm, signature, + saltLength: normalizedAlgorithm.saltLength, }, data); } case "HMAC": { |