File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -966,8 +966,9 @@ Because the `node:crypto` module was originally designed to closely mirror
966966OpenSSL's behavior, this function permits short GCM authentication tags unless
967967an explicit authentication tag length was passed to
968968[ ` crypto.createDecipheriv() ` ] [ ] when the ` decipher ` object was created. This
969- behavior is deprecated and subject to change (see [ DEP0182] [ ] ). <strong class =" critical " >In the meantime, applications should either set the
970- ` authTagLength ` option when calling ` createDecipheriv() ` or check the actual
969+ behavior is deprecated and subject to change (see [ DEP0182] [ ] ). <strong class =" critical " >
970+ In the meantime, applications should either set the ` authTagLength ` option when
971+ calling ` createDecipheriv() ` or check the actual
971972authentication tag length before passing it to ` setAuthTag() ` .</strong >
972973
973974When passing a string as the authentication tag, please consider
You can’t perform that action at this time.
0 commit comments