1. 21 12月, 2000 4 次提交
    • G
      Re-order the options in tunala and add command switches like s_server for · 895959b7
      Geoff Thorpe 提交于
      disabling different SSL/TLS protocol versions.
      895959b7
    • D
      Various Win32 related fixes. Doesn't compile yet on · 3c07b4c2
      Dr. Stephen Henson 提交于
      Win32 but it is getting there...
      
      Update mkdef.pl to handle ASN1_ANY and fix headers.
      
      Stop various VC++ warnings.
      
      Include some fixes from "Peter 'Luna' Runestig"
      <peter@runestig.com>
      
      Remove external declaration for des_set_weak_key_flag:
      it doesn't exist.
      3c07b4c2
    • G
      This adds support to 'tunala' for supplying DH parameters (without which it · 1cc0b0a6
      Geoff Thorpe 提交于
      will not support EDH cipher suites). The parameters can either be loaded
      from a file (via "-dh_file"), generated by the application on start-up
      ("-dh_special generate"), or be standard DH parameters (as used in
      s_server, etc).
      1cc0b0a6
    • 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
  2. 20 12月, 2000 5 次提交
  3. 19 12月, 2000 3 次提交
  4. 18 12月, 2000 4 次提交
  5. 17 12月, 2000 3 次提交
  6. 16 12月, 2000 9 次提交
  7. 15 12月, 2000 11 次提交
  8. 14 12月, 2000 1 次提交