Files
node/lib
Fedor Indutny b010c87164 crypto, string_bytes: treat buffer str as utf8
Do not treat crypto inputs as `binary` strings, convert them to Buffers
using `new Buffer(..., 'utf8')`, or using newly updated StringBytes
APIs.

PR-URL: https://github.com/nodejs/node/pull/5522
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-03-02 21:25:04 +03:00
..
2016-01-26 20:53:05 +01:00
2016-01-16 19:54:25 +01:00
2016-02-01 21:52:04 -05:00
2016-01-31 19:16:09 +01:00
2016-01-16 19:54:25 +01:00
2016-02-17 08:43:40 -08:00