]> git.ipfire.org Git - thirdparty/squid.git/commit
SSL update from the "ssl" branch at SourceForge
authorhno <>
Sat, 20 Oct 2001 04:34:48 +0000 (04:34 +0000)
committerhno <>
Sat, 20 Oct 2001 04:34:48 +0000 (04:34 +0000)
commit79d4ccdf0a8c242f24a40d774d2c7d4dcdf28047
treea250187cda8276924ccb5da574ceb4b959291626
parenta1d6870fde938b1f1a81d8d85311d0f20254071a
SSL update from the "ssl" branch at SourceForge

* Several SSL tweaking options
  - SSL version per https_port, no longer a global setting
  - supported chipers, per https_port
  - supported protocols, per https_port
  - connection shutdown method

* Fix the bug reported by Noel Burton-Krahn where SSL connections
  could get hung with data pending in the SSL internal buffers. Mostly
  seen on large POST/PUT requests, but could in theory appear on any
  request larger than 4K.
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc
src/comm.cc
src/comm_select.cc
src/ssl_support.cc
src/ssl_support.h
src/structs.h
src/win32.cc