Skip to content

[v16.x] src,doc,test: add --openssl-shared-config option

This was forgotten in: https://github.com/nodejs/node/pull/43545/ Ref: https://github.com/nodejs/nodejs.org/pull/4713

This commit adds a new command line option named '--openssl-shared-config' intended to allow reverting to the old OpenSSL configuration behavior where Node.js would use the configuration section name (called appname in OpenSSL) 'openssl_conf' which could potentially be used my other applications..

PR-URL: https://github.com/nodejs/node/pull/43124 Refs: https://github.com/nodejs/node/issues/40366 Reviewed-By: James M Snell jasnell@gmail.com Reviewed-By: Rich Trott rtrott@gmail.com Reviewed-By: Rafael Gonzaga rafael.nunu@hotmail.com Reviewed-By: Beth Griggs bgriggs@redhat.com

Merge request reports

Loading