Skip to content

tls: move getAllowUnauthorized to internal/options

Make it so that the allow unauthorized warning can be easily reused by the QUIC impl once that lands.

Extracted from the QUIC PR: https://github.com/nodejs/node/pull/32379

Signed-off-by: James M Snell jasnell@gmail.com

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading