diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17779 | 6 | ||||
-rw-r--r-- | changes/bug20027 | 3 | ||||
-rw-r--r-- | changes/feature13752 | 4 | ||||
-rw-r--r-- | changes/feature15055 | 6 |
4 files changed, 19 insertions, 0 deletions
diff --git a/changes/bug17779 b/changes/bug17779 new file mode 100644 index 0000000000..0ed2d1224f --- /dev/null +++ b/changes/bug17779 @@ -0,0 +1,6 @@ + o Minor bugfixes (leak at exit): + - Fix a small harmless memory leak at exit of the previously unused + RSA->Ed identity cross-certificate. Fixes 17779; bugfix on + 0.2.7.2-alpha. + + diff --git a/changes/bug20027 b/changes/bug20027 new file mode 100644 index 0000000000..79d154064a --- /dev/null +++ b/changes/bug20027 @@ -0,0 +1,3 @@ + o Minor bugfixes (ed25519 certificates): + - Correctly interpret ed25519 certificates that would expire some + time after 19 Jan 2038. Fixes bug 20027; bugfix on 0.2.7.2-alpha. diff --git a/changes/feature13752 b/changes/feature13752 new file mode 100644 index 0000000000..f318cc29f5 --- /dev/null +++ b/changes/feature13752 @@ -0,0 +1,4 @@ + o Minor features (fingerprinting resistence, authentication): + - Extend the length of RSA keys used for TLS link authentication to + 2048 bits. (These weren't used for forward secrecy; for forward + secrecy, we used P256.) Closes ticket 13752. diff --git a/changes/feature15055 b/changes/feature15055 new file mode 100644 index 0000000000..06cc06a281 --- /dev/null +++ b/changes/feature15055 @@ -0,0 +1,6 @@ + o Major features (protocol, Ed25519): + - Tor relays now use Ed25519 to prove their Ed25519 identities and + Ed25519 to one another, and to clients. This algorithm is faster + and more secure than the RSA-based handshake we've been doing until + now. Implements the second big part of proposal 220; Closes ticket + 15055. |