[v16.x] src,doc,test: add --openssl-shared-config option#43783
[v16.x] src,doc,test: add --openssl-shared-config option#43783RafaelGSS wants to merge 1 commit intonodejs:v16.x-stagingfrom
Conversation
|
Review requested:
|
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: nodejs#43124 Refs: nodejs#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>
7399ebe to
ecdead2
Compare
|
I'm sorry, there is now a conflict with other commits that landed on v16.x-staging. Could you please update the backport? I noted that in the original change, the flag only exists if |
Yes, it was added this way because the initial idea was to support v17.x > only, but we need the revert flag in other release lines as well. Thanks for notifying me, I'll rebase |
|
Closing in favor of: #43892. Sorry, due to many conflicts was better to create a new fresh PR. |
This was forgotten in: #43545
Ref: nodejs/nodejs.org#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: #43124
Refs: #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