summaryrefslogtreecommitdiff
path: root/doc/changelogs/CHANGELOG_V010.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelogs/CHANGELOG_V010.md')
-rw-r--r--doc/changelogs/CHANGELOG_V010.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/changelogs/CHANGELOG_V010.md b/doc/changelogs/CHANGELOG_V010.md
index 0a728326df..d6f55c24a1 100644
--- a/doc/changelogs/CHANGELOG_V010.md
+++ b/doc/changelogs/CHANGELOG_V010.md
@@ -309,14 +309,14 @@ https://github.com/nodejs/node/commit/8d045a30e95602b443eb259a5021d33feb4df079
* uv: Update to v0.10.29
* child_process: properly support optional args (cjihrig)
* crypto: Disable autonegotiation for SSLv2/3 by default (Fedor Indutny,
- Timothy J Fontaine, Alexis Campailla)
- This is a behavior change, by default we will not allow the negotiation to
- SSLv2 or SSLv3. If you want this behavior, run Node.js with either
- `--enable-ssl2` or `--enable-ssl3` respectively.
- This does not change the behavior for users specifically requesting
- `SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
- assumed you know what you're doing since you're specifically asking to use
- these methods.
+ Timothy J Fontaine, Alexis Campailla)
+ This is a behavior change, by default we will not allow the negotiation to
+ SSLv2 or SSLv3. If you want this behavior, run Node.js with either
+ `--enable-ssl2` or `--enable-ssl3` respectively.
+ This does not change the behavior for users specifically requesting
+ `SSLv2_method` or `SSLv3_method`. While this behavior is not advised, it is
+ assumed you know what you're doing since you're specifically asking to use
+ these methods.
<a id="0.10.32"></a>
## 2014.09.16, Version 0.10.32 (Stable)