Skip to content
Snippets Groups Projects
  1. Jan 14, 2015
    • Yawning Angel's avatar
      Change the import path for go.crypto. · cdeda572
      Yawning Angel authored
      The Go developers decided to move the go.crypto repository to
      golang.org/x/crypto, and also to transition from hg to git.  The tip of
      tree code.google.com copy of the code is broken due to the import paths
      pointing at the new repository.
      
      While the change here is simple (just update the import location), this
      affects packagers as it now expects the updated package.  Sorry for the
      inconveneince, I blame the Go people.
      cdeda572
  2. Oct 03, 2014
    • Yawning Angel's avatar
      Improve the performance of the obfs4 handshake test. · 4932821b
      Yawning Angel authored
      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.
      4932821b
  3. Oct 01, 2014
  4. Sep 26, 2014
  5. Sep 24, 2014
  6. Sep 06, 2014
  7. Sep 03, 2014
  8. Aug 27, 2014
Loading