1. 27 Dec, 2000 3 commits
  2. 26 Dec, 2000 1 commit
  3. 25 Dec, 2000 1 commit
  4. 24 Dec, 2000 1 commit
  5. 21 Dec, 2000 2 commits
  6. 20 Dec, 2000 7 commits
    • Geoff Thorpe's avatar
      This adds support to 'tunala' for supplying DH parameters (without which it · 1cc0b0a6
      Geoff Thorpe authored
      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
    • Geoff Thorpe's avatar
      Some minor changes to the "tunala" demo. · beb23252
      Geoff Thorpe authored
      * 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
    • Ulf Möller's avatar
      branches have been merged. · 3ba25ee8
      Ulf Möller authored
      3ba25ee8
    • Ulf Möller's avatar
      Stop build when an error occurs. · 0be35f5c
      Ulf Möller authored
      "Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
      0be35f5c
    • Bodo Möller's avatar
      Don't access non-existing element buf[256], use buf[255] instead. · 60f74926
      Bodo Möller authored
      Submitted by: draslar <draslar@elray.ch>
      60f74926
    • Bodo Möller's avatar
      Split a CHANGES entry so that one of the halves matches the · 1456d186
      Bodo Möller authored
      corresponding new entry in the OpenSSL_0_9_6-stable branch.
      1456d186
    • Dr. Stephen Henson's avatar
      · 5755cab4
      Dr. Stephen Henson authored
      Fixes to OCSP print code.
      
      Don't try to print request certificates if signature is not present.
      
      Remove unnecessary test for certificates being NULL.
      
      Fix typos in printed output.
      
      Tidy up output.
      
      Fix for typo in OCSP_SERVICELOC ASN1 template.
      
      Also give a bit more info in CHANGES about the ASN1 revision.
      5755cab4
  7. 19 Dec, 2000 2 commits
  8. 18 Dec, 2000 5 commits
  9. 17 Dec, 2000 3 commits
  10. 16 Dec, 2000 6 commits
  11. 15 Dec, 2000 6 commits
  12. 14 Dec, 2000 3 commits