diff --git a/ChangeLog b/ChangeLog index d885ebd69..f8833c787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ + * improve SSL torrent support by using SNI and a single SSL listen socket * improved peer exchange performance by sharing incoming connections which advertize listen port * deprecate set_ratio(), and per-peer rate limits * add web seed support for torrents with pad files diff --git a/Jamfile b/Jamfile index 9f33d4ef3..5df2d2d5c 100755 --- a/Jamfile +++ b/Jamfile @@ -65,7 +65,7 @@ rule linking ( properties * ) } # gcrypt libraries, if enabled - if gcrypt in $(properties) + if gcrypt in $(properties) || openssl in $(properties) { # on mac os x, adding the /opt/local/include path # would include openssl headers incompatible with @@ -371,7 +371,7 @@ lib boost_system : : boost_system ; lib gcrypt : : gcrypt shared /opt/local/lib ; lib z : : shared z /lib ; lib crypto : : crypto /lib z ; -lib ssl : : ssl shared crypto ; +lib ssl : : ssl shared crypto /opt/local/lib ; lib dl : : shared dl ; # time functions used on linux require librt diff --git a/docs/dht_extensions.html b/docs/dht_extensions.html index 1684e8e0f..83efc7203 100644 --- a/docs/dht_extensions.html +++ b/docs/dht_extensions.html @@ -2,25 +2,23 @@ - +