I haven't actually tried building OpenSSL under windows, but if the OpenSSL
is compiled as a DLL, the size of the DLL shouldn't be too relevant.
(Unless you are worried about download times for the DLL) If it is built as
a library, it is quite likely that the actual size when integrated into an
executable will be much much smaller, since the linker will remove unused
functions, data.

Andy

----- Original Message -----
From: Dave Laycock <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 29, 2000 12:40 PM
Subject: Small footprint


> Hi there,
>
>     I have created a Netscape plugin that needs to communicate securely
with
> a server.
> I was foolish and started using the Microsoft CryptoAPI. I would like to
use
> OpenSSL, but the library's compiled size is too big for my requirements.
>
>     Has anyone created a stripped-down version of OpenSSL? What kind of
> reduction could be expected? How much work would it involve?
>
> Thank you,
> Dave Laycock
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to