Skip to content

doc: public keys don't accept passphrases

While crypto.publicDecrypt() and crypto.publicEncrypt() do accept a passphrase option, the C++ code simply ignores it because OpenSSL does not support it for public keys. Undocument the option.

Refs: https://github.com/nodejs/node/pull/16038

Merge request reports

Loading