Skip to content

crypto: move DEP0113 to End-of-Life

Cipher.setAuthTag and Decipher.getAuthTag have been runtime deprecated in node 11 and their existence still does not make sense. It is not urgent to remove them, but it also should do no harm. (Calling them will always throw anyway, and that behavior will still be the same after removal, except that the reason will be different.)

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

Merge request reports

Loading