summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2019-11-21 11:00:03 -0400
committerAnna Henningsen <anna@addaleax.net>2019-11-28 00:36:36 +0100
commit10f5fa75136b540487730b5c1852ea6ad795bb96 (patch)
tree43b9bb9fd6c82e14470bb26d56ec9c03bef80ba3 /src
parent74f819612f1e9a061bf5b12c419e0e9ac00652d6 (diff)
downloadandroid-node-v8-10f5fa75136b540487730b5c1852ea6ad795bb96.tar.gz
android-node-v8-10f5fa75136b540487730b5c1852ea6ad795bb96.tar.bz2
android-node-v8-10f5fa75136b540487730b5c1852ea6ad795bb96.zip
crypto: forbid setting the PBKDF2 iter count to 0
RFC 2898 does not permit an iteration count of zero, and OpenSSL 1.1.1 will treat it as one iteration internally. Future OpenSSL versions will reject such inputs (already on master branch), but until that happens, Node.js should manually reject them. Refs: https://github.com/nodejs/webcrypto/pull/29 PR-URL: https://github.com/nodejs/node/pull/30578 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions