Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
06a6948f
Commit
06a6948f
authored
9 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Changelog tweaks from harmony
parent
9bd92446
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChangeLog
+11
-11
11 additions, 11 deletions
ChangeLog
with
11 additions
and
11 deletions
ChangeLog
+
11
−
11
View file @
06a6948f
...
...
@@ -21,21 +21,21 @@ Changes in version 0.2.7.2-alpha - 2015-07-2?
- Directory authorities track which Ed25519 identity keys have been
used with which RSA1024 identity keys, and do not allow them to
vary freely. Implements part of ticket 12498.
- Microdescriptors now include
e
d25519 identity keys. Implements
- Microdescriptors now include
E
d25519 identity keys. Implements
part of ticket 12498.
- Add support for offline encrypted
e
d25519 master keys. To use this
- Add support for offline encrypted
E
d25519 master keys. To use this
feature on your tor relay, run "tor --keygen" to make a new master
key (or to make a new signing key if you already have a master
key). Closes ticket 13642.
o Major features (Hidden services):
- Add the torrc option HiddenServiceNumIntroductionPoints, to
specify a fixed
amount
of introduction points. Its maximum value
specify a fixed
number
of introduction points. Its maximum value
is 10 and default is 3. Closes ticket 4862.
- Remove the adaptive algorithm for chosing the number of
- Remove the adaptive algorithm for cho
o
sing the number of
introduction points, which tended to leak popularity information
by changing the
amount
of introduction points depending on the
amount
of clients the HS sees. Closes ticket 4862.
by changing the
number
of introduction points depending on the
number
of clients the HS sees. Closes ticket 4862.
o Major features (onion key cross-certification):
- Relay descriptors now include signatures of their own identity
...
...
@@ -46,11 +46,11 @@ Changes in version 0.2.7.2-alpha - 2015-07-2?
o Major features (performance):
- Improve the runtime speed of Ed25519 operations by using the
public-domain
e
d25519-donna by Andrew M. ("floodyberry").
public-domain
E
d25519-donna by Andrew M. ("floodyberry").
Implements ticket 16467.
- Improve the runtime speed of the ntor handshake by using an
optimized curve25519 basepoint scalarmult implementation from the
public-domain
e
d25519-donna by Andrew M. ("floodyberry"), based on
public-domain
E
d25519-donna by Andrew M. ("floodyberry"), based on
ideas by Adam Langley. Implements ticket 9663.
o Major bugfixes (client-side privacy, also in 0.2.6.9):
...
...
@@ -80,7 +80,7 @@ Changes in version 0.2.7.2-alpha - 2015-07-2?
o Major bugfixes (open file limit):
- The open file limit wasn't checked before calling
tor_accept_socket_nonblocking(), which would ma
d
e Tor exceed the
tor_accept_socket_nonblocking(), which would ma
k
e Tor exceed the
limit. Now, before opening a new socket, Tor validates the open
file limit just before, and if the max has been reached, return an
error. Fixes bug 16288; bugfix on 0.1.1.1-alpha.
...
...
@@ -99,8 +99,8 @@ Changes in version 0.2.7.2-alpha - 2015-07-2?
- The HSDir flag given by authorities now requires the Stable flag.
For the current network, this results in going from 2887 to 2806
HSDirs. Also, it makes it harder for an attacker to launch a sybil
attack by raising the effort for a relay to become Stable
which
takes
at the very least 7 days
to do so and by keep
ing the 96
attack by raising the effort for a relay to become Stable
to require
at the very least 7 days
, while maintain
ing the 96
hours uptime requirement for HSDir. Implements ticket 8243.
o Minor features (client):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment