crypto: comment change on disabling compression
authorAhamed Nafeez <ahamed.nafeez@gmail.com>
Sat, 14 Dec 2013 22:47:00 +0000 (04:17 +0530)
committerFedor Indutny <fedor.indutny@gmail.com>
Sun, 15 Dec 2013 10:24:51 +0000 (14:24 +0400)
commit8a79cca80cd3d4a577c680cfcb72877bcaab8df2
tree204a849c186dc381a259243c0ebb2a8f56a78cc3
parent8803aa3af7031e4844eb6eeb6d6e53919808ea3d
crypto: comment change on disabling compression

This is a comment change, where it originally says disabling TLS
Compression protects against BEAST attack. But in fact, it is the
CRIME attack(Compression Ratio Info-leak Made Easy) that makes use
of TLS Compression and not BEAST.

BEAST(Browser Exploit Against SSL/TLS) is an entirely another variant
making use of the chosen boundary attack against CBC mode in
encryption.

Just making sure, that the exact reason for disabling TLS compression
must be made clear and not be misleading with some other attack.
src/node_crypto.cc