1. 16 Feb, 2001 1 commit
  2. 15 Feb, 2001 3 commits
  3. 14 Feb, 2001 6 commits
  4. 13 Feb, 2001 4 commits
  5. 12 Feb, 2001 4 commits
    • Dr. Stephen Henson's avatar
      Modify OCSP nonce behaviour. · 46a58ab9
      Dr. Stephen Henson authored
      46a58ab9
    • Dr. Stephen Henson's avatar
      Work around for libsafe "error". · 94fcd013
      Dr. Stephen Henson authored
      94fcd013
    • Geoff Thorpe's avatar
      Re-order a couple of static functions and "#if 0" out unused ones - this · 9a043873
      Geoff Thorpe authored
      gets rid of gcc warnings.
      9a043873
    • Geoff Thorpe's avatar
      This change was a quick experiment that I'd wanted to try that works quite · 282d8b1c
      Geoff Thorpe authored
      well (and is a good demonstration of how encapsulating the SSL in a
      memory-based state machine can make it easier to apply to different
      situations).
      
      The change implements a new command-line switch "-flipped <0|1>" which, if
      set to 1, reverses the usual interpretation of a client and server for SSL
      tunneling. Normally, an ssl client (ie. "-server 0") accepts "cleartext"
      connections and conducts SSL/TLS over a proxied connection acting as an SSL
      client. Likewise, an ssl server (ie. "-server 1") accepts connections and
      conducts SSL/TLS (as an SSL server) over them and passes "cleartext" over
      the proxied connection. With "-flipped 1", an SSL client (specified with
      "-server 0") in fact accepts SSL connections and proxies clear, whereas an
      SSL server ("-server 1") accepts clear and proxies SSL. NB: most of this
      diff is command-line handling, the actual meat of the change is simply the
      line or two that plugs "clean" and "dirty" file descr...
      282d8b1c
  6. 11 Feb, 2001 1 commit
  7. 10 Feb, 2001 9 commits
  8. 09 Feb, 2001 8 commits
  9. 08 Feb, 2001 4 commits