[EMAIL PROTECTED] wrote:
> 
> Hi all,
> 
>      Can we use OpenSSL to implement security in EPOC32.?
> 

Well there's no public port of OpenSSL to EPOC32 but there are a couple
of problems anyway.

OpenSSL is currently rather large so the result would be larger than
1Mb.

The second is a problem with EPOC32 itself. For whatever reason its
designers have included a restriction on the use of writable static data
in shared libraries: basically you can't have any. OpenSSL makes
extensive use of writable static data so it would need to be extensively
modified with the various work arounds for this. While this is not
impossible it would be very painful to do and to maintain.

Making a statically linked binary of an OpenSSL application would be
possible however.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to