This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Maintainers of CURL, MUTT, PYTHON and WGET, heads up!


> -----Original Message-----
> From: cygwin-apps-owner@cygwin.com
> [mailto:cygwin-apps-owner@cygwin.com]On Behalf Of Hack Kampbjørn
>
>
> "Roth, Kevin P." wrote:
> >
> > Yes, I checked an actual SSL connection. It actually worked ;-)

[snip]

>
> So I'm the last one to report back.

AHEM!  I believe that would be "Second to last" my good man! ;-)

Ok, Mutt has no runtime version checking at all.  It does have this at build
time:

#if OPENSSL_VERSION_NUMBER >= 0x00904000L
#define READ_X509_KEY(fp, key)	PEM_read_X509(fp, key, NULL, NULL)
#else
#define READ_X509_KEY(fp, key)	PEM_read_X509(fp, key, NULL)
#endif

which AFAICT is OK (right?).

Generated config.h has RSA, IDEA, and RC5 support disabled.  Still haven't found
something to try to connect to, but AFAICT everything should be OK according to
what you said in your email.

PS: Contrary to all indications, I am still working on a new mutt release.

--
Gary R. Van Sickle
Brewer.  Patriot.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]