Skip to content

crypto: use kNoAuthTagLength in InitAuthenticated

As suggested by @bnoordhuis in https://github.com/nodejs/node/pull/20039, this changes InitAuthenticated to accept an unsigned int auth_tag_len.

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

Merge request reports

Loading