This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos 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: OpenSSL failing to generate library


On Tue, Aug 15, 2006 at 07:53:53AM +1000, Laurie Gellatly wrote:
> BTW, should I be looking to upgrade to the latest version?
> If so, how would you recommend I do that?

My port is quite old. The version it is based on is known to have
vunerabilities which are fixed in later versions. However, it is not a
10 minute job to upgrade the port.

If you want to port a newer version i would recommend you keep the
same style of CDL. Many of the crypto and hashing algorithms are
patented, so it is importent users have the option of not compiling
algorithms they don't want to license or use without a license. To
make this work i had the clean up the #ifdef's a little. Hopefully the
newer versions have these changes anyway. I also had to move the test
cases around, and some would just not compile, or needed access to a
filessystem which is not easy to arrange in a testcase. So i dropped
those.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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