1. 10 1月, 2002 1 次提交
  2. 12 2月, 2001 1 次提交
  3. 21 12月, 2000 1 次提交
    • G
      Some minor changes to the "tunala" demo. · beb23252
      Geoff Thorpe 提交于
      * Seal off some buffer functions so that only the higher-level IO functions
        are exposed.
      
      * Using the above change to buffer, add support to tunala for displaying
        traffic totals when a tunnel closes. Useful in debugging and analysis -
        you get to see the total encrypted traffic versus the total tunneled
        traffic. This shows not only how much expansion your data suffers from
        SSL (a lot if you send/receive a few bytes at a time), but also the
        overhead of SSL handshaking relative to the payload sent through the
        tunnel. This is controlled by the "-out_totals" switch to tunala.
      
      * Fix and tweak some bits in the README.
      
      Eg. sample output of "-out_totals" from a tunnel client when tunneling a brief
      "telnet" session.
      
      Tunnel closing, traffic stats follow
          SSL (network) traffic to/from server;     7305 bytes in,     3475 bytes out
          tunnelled data to/from server;            4295 bytes in,      186 bytes out
      beb23252
  4. 29 11月, 2000 1 次提交
    • G
      Minor tweaks and improvements to the tunala demo. · 4aa69fe0
      Geoff Thorpe 提交于
      - Add "-cipher" and "-out_state" command line arguments to control SSL
        cipher-suites and handshake debug output respectively.
      
      - Implemented error handling for SSL handshakes that break down. This uses
        a cheat - storing a non-NULL pointer as "app_data" in the SSL structure
        when the SSL should be killed.
      4aa69fe0
  5. 02 11月, 2000 1 次提交