plugin
plugin copied to clipboard
[enhancement]: node 24.5.0 supports PKCS1 with padding
Describe the solution you'd like
Good News everyone:
NodeJs upgraded OpenSSL to 3.5.1, and shipped it with nodejs version 24.5.0. As such the conditions to allow again PKCS1 with padding natively are met. I tested if PKCS1 with padding is possible, and the test passed. I am not using eufy products, but I assume, that you are interested in this development.
https://github.com/nodejs/node/pull/59234
The PR is tagged with dont-land-on-v20.x and lts-watch-v22.x. So we can assume, that it will potentially backported to v22, but not to v20.
Have fun :)