Merge branch 'maint-0.2.2' into release-0.2.2

This commit is contained in:
Roger Dingledine
2011-01-24 18:14:19 -05:00
12 changed files with 71 additions and 16 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features
- Adjust our TLS Diffie-Hellman parameters to match those used by
Apache's mod_ssl.
+6
View File
@@ -0,0 +1,6 @@
o Major bugfixes (security)
- Fix a bounds-checking error that could allow an attacker to
remotely crash a directory authority. Found by piebeer.
Bugfix on 0.2.1.5-alpha.
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes
- Check for and reject overly long directory certificates and
directory tokens before they have a chance to hit any
assertions. Bugfix on 0.2.1.28. Found by doorss.