File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change <
B8CD
path d="M7.823 1.677 4.927 4.573A.25.25 0 0 0 5.104 5H7.25v3.236a.75.75 0 1 0 1.5 0V5h2.146a.25.25 0 0 0 .177-.427L8.177 1.677a.25.25 0 0 0-.354 0ZM13.75 11a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5h-.5Zm-3.75.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75ZM7.75 11a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5h-.5ZM4 11.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75ZM1.75 11a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5h-.5Z"> @@ -4510,6 +4510,12 @@ An array of supported digest functions can be retrieved using
45104510<!-- YAML
45114511added: v0.11.14
45124512changes:
4513+ - version:
4514+ - v21.6.2
4515+ - v20.11.1
4516+ - v18.19.1
4517+ pr-url: https://github.com/nodejs-private/node-private/pull/525
4518+ description: The `RSA_PKCS1_PADDING` padding was disabled.
45134519 - version: v15.0.0
45144520 pr-url: https://github.com/nodejs/node/pull/35093
45154521 description: Added string, ArrayBuffer, and CryptoKey as allowable key
@@ -4551,6 +4557,9 @@ If `privateKey` is not a [`KeyObject`][], this function behaves as if
45514557object, the ` padding ` property can be passed. Otherwise, this function uses
45524558` RSA_PKCS1_OAEP_PADDING ` .
45534559
4560+ The ` crypto.constants.RSA_PKCS1_PADDING ` padding is disabled in
4561+ [ ` crypto.privateDecrypt() ` ] [ ] since the February 2024 security releases. <span class =" deprecated-inline " ></span >
4562+
45544563### ` crypto.privateEncrypt(privateKey, buffer) `
45554564
45564565<!-- YAML
You can’t perform that action at this time.
0 commit comments