2015-01-10 07:14:29 +01:00
|
|
|
o Minor bugfixes (file handling):
|
2014-10-19 08:48:07 +02:00
|
|
|
- Stop failing when key files are zero-length. Instead, generate new
|
|
|
|
keys, and overwrite the empty key files.
|
2015-01-23 15:09:00 +01:00
|
|
|
Fixes bug 13111; bugfix on all versions of Tor. Patch by "teor".
|
|
|
|
- Stop generating a fresh .old RSA key file when the .old file is
|
|
|
|
missing. Fixes part of 13111; bugfix on 0.0.6rc1.
|
2014-10-19 08:48:07 +02:00
|
|
|
- Avoid overwriting .old key files with empty key files.
|
2014-11-08 10:03:21 +01:00
|
|
|
|
2015-01-10 07:14:29 +01:00
|
|
|
o Minor enhancements (file handling):
|
2014-10-19 08:48:07 +02:00
|
|
|
- Skip loading zero-length extra info store, router store, stats, state,
|
|
|
|
and key files.
|
2015-01-10 07:14:29 +01:00
|
|
|
|
|
|
|
o Minor enhancements (testing):
|
|
|
|
- Test that tor does not fail when key files are zero-length.
|
|
|
|
Check that tor generates new keys, and overwrites the empty key files.
|
|
|
|
- Test that tor generates new keys when keys are missing (existing
|
|
|
|
behaviour).
|
|
|
|
- Test that tor does not overwrite key files that already contain data
|
|
|
|
(existing behaviour).
|
|
|
|
Tests bug 13111. Patch by "teor".
|