Skip to content

tls: deprecate parseCertString & move to internal

tls.parseCertString() exposed by accident. Now move this function to internal/tls and mark the original one as deprecated.

Refs: https://github.com/nodejs/node/issues/14193 Refs: https://github.com/nodejs/node/commit/af80e7bc6e6f33c582eb1f7d37c7f5bbe9f910f7#diff-cc32376ce1eaf679ec2298cd483f15c7R188

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

tls, doc

Merge request reports

Loading