Skip to content

Commit 274c94c

Browse files
committed
chore: update fix_crypto_tests_to_run_with_bssl.patch
Xref: nodejs/node#47160 BoringSSL doesn't support BIO_s_secmem() (a secure heap variant of BIO_s_mem()), so use BIO_s_mem() instead. Related discussion of secure heap support in BoringSSL: https://boringssl-review.googlesource.com/c/boringssl/+/54309
1 parent 5d3ecbf commit 274c94c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/node/fix_crypto_tests_to_run_with_bssl.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ index 6c6b15781549a4b37781bf0b8014054dc5d8c746..142d41b169c836201660d78c19383f3f
10301030
}
10311031
+*/
10321032
diff --git a/test/parallel/test-webcrypto-wrap-unwrap.js b/test/parallel/test-webcrypto-wrap-unwrap.js
1033-
index 8d107a99bdd8c5ce0c32cfbbc337b2c880bde200..2a2b7e2253ed2d55b3fb973d06dec768ba9b1e1c 100644
1033+
index 670f19b7e4a190a222cc997f67975c3d49f65035..d4c4812cab56bcb51435aa6dd27545368fc11ed7 100644
10341034
--- a/test/parallel/test-webcrypto-wrap-unwrap.js
10351035
+++ b/test/parallel/test-webcrypto-wrap-unwrap.js
10361036
@@ -18,14 +18,15 @@ const kWrappingData = {

0 commit comments

Comments
 (0)