aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-09-26 21:21:03 -0400
committerRoger Dingledine <arma@torproject.org>2013-09-26 21:21:03 -0400
commit36ed5aa1c6552f60bc186c0cc3efb3e19735dd20 (patch)
treefbbe9740e6b4a4256f0ccbcba1ecbdf6659c02bf /ChangeLog
parent090bff2dca81ce5c99e03cc7e73f4eab2c5ffbd1 (diff)
downloadtor-36ed5aa1c6552f60bc186c0cc3efb3e19735dd20.tar
tor-36ed5aa1c6552f60bc186c0cc3efb3e19735dd20.tar.gz
retroactively fix a typo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bc58205cf..909888da2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1576,7 +1576,7 @@ Changes in version 0.2.4.1-alpha - 2012-09-05
o Minor features (code security and spec conformance):
- Clear keys and key-derived material left on the stack in
rendservice.c and rendclient.c. Check return value of
- crypto_pk_write_private_key_to_string() in end_service_load_keys().
+ crypto_pk_write_private_key_to_string() in rend_service_load_keys().
These fixes should make us more forward-secure against cold-boot
attacks and the like. Fixes bug 2385.
- Reject EXTEND cells sent to nonexistent streams. According to the