- Store v3 consensus status consensuses on disk, and reload them
on startup.
- o Minor featuers (security):
+ o Minor features (security):
- Warn about unsafe ControlPort configurations.
+ o Minor bugfixes (directory voting):
+ - Read v3 keys from the right location.
+
Changes in version 0.2.0.4-alpha - 2007-08-01
o Major security fixes:
return -1;
}
+ /* 1a. Read v3 directory authority key/cert information. */
+ if (authdir_mode(options) && options->V3AuthoritativeDir)
+ init_v3_authority_keys(keydir);
+
/* 1. Read identity key. Make it if none is found. */
tor_snprintf(keydir,sizeof(keydir),
"%s"PATH_SEPARATOR"keys"PATH_SEPARATOR"secret_id_key",datadir);
if (!prkey) return -1;
set_identity_key(prkey);
- /* 1b. Read v3 directory authority key/cert information. */
- if (authdir_mode(options) && options->V3AuthoritativeDir)
- init_v3_authority_keys(keydir);
-
/* 2. Read onion key. Make it if none is found. */
tor_snprintf(keydir,sizeof(keydir),
"%s"PATH_SEPARATOR"keys"PATH_SEPARATOR"secret_onion_key",datadir);