node/lib/internal/tls
CallMeLaNN 077c75beae
tls: permit null as a pfx value
Allow null along with undefined for pfx value.

This is to avoid breaking change when upgrading v14 to v16 and
3rd party library passing null to pfx

Fixes: https://github.com/nodejs/node/issues/36292

PR-URL: https://github.com/nodejs/node/pull/41170
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
2021-12-27 14:14:56 +00:00
..
parse-cert-string.js
secure-context.js tls: permit null as a pfx value 2021-12-27 14:14:56 +00:00
secure-pair.js