From 02cc37e05494e576ea8e120b9fe21b447da9546b Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Mon, 30 Oct 2023 08:25:12 -0700 Subject: chore: upgrade rsa to 0.9 (#21016) --- ext/crypto/00_crypto.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/crypto/00_crypto.js') 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": { -- cgit v1.2.3