Skip to content

tls: specify options.name in validateKeyCert

This commit addresses a TODO added by Ruben Bridgewater in commit c6b6c921 ("lib: always show ERR_INVALID_ARG_TYPE received part") which was to prefix the name of the invalid argument with 'options.'.

This commit also switches the order of the parameters to validateKeyCert to be consistent with other validators.

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

Merge request reports

Loading