| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@nodejs/crypto |
Sorry, something went wrong.
|
LGTM but the commit log should conform to the guidelines. Can you update it according to CONTRIBUTING.md? |
Sorry, something went wrong.
|
I think it is a kind of topics how to write a stream example in a doc rather than crypto feature. |
Sorry, something went wrong.
|
From a doc point of view LGTM. I think we need to pick up the stream docmore globally. |
Sorry, something went wrong.
|
@eljefedelrodeodeljefe Okay, thanks. LGTM too. |
Sorry, something went wrong.
|
I've updated the commit message. Cheers. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
PR-URL: #4811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Thanks for accepting! |
Sorry, something went wrong.
PR-URL: #4811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
@jasnell added the lts-watch-v4.x label so this should get back-ported. |
Sorry, something went wrong.
|
this commit relies on a number of other doc changes to land in LTS first. |
Sorry, something went wrong.
PR-URL: #4811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #4811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #4811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#4811 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
The crypto examples would only work when the input data was under 16 bytes. Above that, important data was being thrown away and decrypting them would give a difficult to debug error (see below).
Error given when .update data was being discarded:
Error: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt