Skip to content

tls: remove util and calls to util.format

Currently util.format is being used for string templating in tls. By replacing all of the instances of util.format with backtick string we can remove the need to require util in tls all together.

Merge request reports

Loading