From 4932821bda4c19e51581dce295166d801fd138da Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Fri, 3 Oct 2014 18:27:38 +0000 Subject: Improve the performance of the obfs4 handshake test. Exhaustively testing padding combinations is really slow, and was causing timeouts during the Debian ARM package build process. Attempt to improve the situation by: * Reusing the client and server keypair for all of the tests, to cut runtime down by ~50%. * Splitting the client side and server side tests up, as it appears the timeout is per-test case. If this doesn't fix things, the next thing to try would be to reduce the actual number of padding lengths tested, but that is a last resort at the moment. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19b5f7f..e13e753 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Changes in version 0.0.4 - UNRELEASED + - Improve the runtime performance of the obfs4 handshake tests. + Changes in version 0.0.3 - 2014-10-01 - 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 -- cgit v1.2.3