summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2014-10-01 19:00:30 +0000
committerYawning Angel <yawning@torproject.org>2014-10-01 19:00:30 +0000
commit6cd81ec42f203585c59e610dc16728cb0a5d1455 (patch)
tree28e16d3446e40c2ad6a1b2d5aa46006704a616fb /ChangeLog
parent213495d3b9f6d41771751f5ab76711a225f05d9b (diff)
Change the bridge line format to be more compact.
Instead of "node-id" and "public-key" that are Base16 encoded, use "cert" which contains the "node-id" and "public-key" in Base64 encoded form. This is more compact and cuts the length down by 49 characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fa836d..8fc2275 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in version 0.0.3 - UNRELEASED
+ - Change the obfs4 bridge line format to use a "cert" argument instead of the
+ previous "node-id" and "public-key" arguments. The "cert" consists of the
+ Base64 encoded concatenation of the node ID and public key, with the
+ trailing padding removed. Old style separated bridge lines are still valid,
+ but the newer representation is slightly more compact.
+
Changes in version 0.0.2 - 2014-09-26
- Write an example client bridge line suitable for use with the running obfs4
server instance to "obfs4_bridgeline.txt" for the convenience of bridge