Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3C44D817.5EA8A58A@hack.kampbjorn.com> Date: Wed, 16 Jan 2002 02:32:07 +0100 From: Hack =?iso-8859-1?Q?Kampbj=F8rn?= X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,da,es,ca MIME-Version: 1.0 To: cygwin-apps AT cygwin DOT com Subject: Re: Maintainers of CURL, MUTT, PYTHON and WGET, heads up! References: <6EB31774D39507408D04392F40A10B2BC1FED7 AT FDYEXC202 DOT mgroupnet DOT com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g0G1WH731721 "Roth, Kevin P." wrote: > > Yes, I checked an actual SSL connection. It actually worked ;-) > > There's no call anywhere in the source to SSLeay or SSLeay_version. > There are some references to the value of both SSLEAY_VERSION_NUMBER and > OPENSSL_VERSION_NUMBER. It's not assigned (set) anywhere in curl's code, > just used. I do see ">=" types of comparisons (as opposed to checking > for specific version #'s), so I assume he's golden in that regard. > > I will try to get the upstream folk to change the behavior so it uses > SSLeay_version() sometime in the future... > > Thanks for the info. > --Kevin So I'm the last one to report back. Wget works well too (tested against a couple of SSL sites) with the new openssl package. No uses of SSLeay() or SSLEAY_VERSION_NUMBER in the code: [wget-1.7]$ grep -ri ssleay . ./src/gen_sslfunc.c: SSLeay_add_all_algorithms (); ./src/gen_sslfunc.c: SSLeay_add_ssl_algorithms (); ./windows/Makefile.src:#SSLLIBS = libeay32.lib ssleay32.lib ./windows/README:Usually at runtime some openssl libraries (currently ssleay32.dll and [wget-1.7]$ -- Med venlig hilsen / Kind regards Hack Kampbjørn