Skip to content
Snippets Groups Projects
  1. Aug 31, 2014
  2. Aug 27, 2014
  3. Aug 20, 2014
  4. Aug 17, 2014
    • Yawning Angel's avatar
      Massive cleanup/code reorg. · 339c63f0
      Yawning Angel authored
       * Changed obfs4proxy to be more like obfsproxy in terms of design,
         including being an easy framework for developing new TCP/IP style
         pluggable transports.
       * Added support for also acting as an obfs2/obfs3 client or bridge
         as a transition measure (and because the code itself is trivial).
       * Massively cleaned up the obfs4 and related code to be easier to
         read, and more idiomatic Go-like in style.
       * To ease deployment, obfs4proxy will now autogenerate the node-id,
         curve25519 keypair, and drbg seed if none are specified, and save
         them to a JSON file in the pt_state directory (Fixes Tor bug #12605).
      339c63f0
  5. Jun 25, 2014
  6. Jun 07, 2014
  7. Jun 02, 2014
  8. May 28, 2014
  9. May 26, 2014
  10. May 25, 2014
  11. May 23, 2014
    • Yawning Angel's avatar
      Add support for IAT obfuscation (disabled by default). · e77ddddf
      Yawning Angel authored
      When enabled, inter-packet delay will be randomized between 0 and 10
      ms in 100 usec intervals.  As experiences from ScrambleSuit (and back
      of the envelope math based on how networks work) show, this is
      extremely expensive and artificially limits the throughput of the link.
      
      When enabled, bulk transfer throughput will be limited to an average of
      278 KiB/s.
      e77ddddf
  12. May 21, 2014
  13. May 20, 2014
  14. May 15, 2014
  15. May 14, 2014
  16. May 13, 2014
  17. May 12, 2014
Loading