In message <[EMAIL PROTECTED]> on Wed, 19 Jul 2006 07:46:19 +0800, "Bo Xie" 
<[EMAIL PROTECTED]> said:

xiebopublic> Does openSSL licence permit to tailor openSSL? e.g., we only need 
the
xiebopublic> SHA-512 algorithm, so we want to tailor openSSL to only include 
this
xiebopublic> algorithm in order to reduce openSSL's footprint (we have very 
strict
xiebopublic> footprint limitation requirement).

If you read the license, you will see that it starts with
"Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met"

Tailoring is a modification.

Then again, exactly what do you need?  If you link with the static
library and ONLY call the low-level SHA512 routines, those routines
are the only footprint that OpenSSL will leave in your proigram.

Cheers,
Richard

-- 
Richard Levitte                         [EMAIL PROTECTED]
                                        http://richard.levitte.org/

"When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up."
                                                -- C.S. Lewis
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to