Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: fix
RSA_PKCS1_PADDING
error message
The ability to revert the fix for CVE-2023-46809 was only added to Node.js 18.x, 20.x and 21.x as, per policy, security reverts are only added to the existing supported release lines at the time of the fix. The error message thrown when `RSA_PKCS1_PADDING` is used on `main` and subsequent major versions (i.e. Node.js 22 and 23) should not have suggested that it is possible to revert the fix.
- Loading branch information