You can turn OFF specific algorithms using macros - which can also be
configured through the Configure script.

macros all come in the form of

OPENSSL_NO_xyz

e.g. OPENSSL_NO_MDC2

and (IIRC) those same items can be configured through 'Configure
-no_mdc2' and so on.

That way, you can turn off allmost all algorithms.
Check the documentation and the Configure help itself for a complete
list of these.


By the way: I notice you do only wish to use public key and symmetric
key crypto algorithms, and don't list any hash algorithm (such as
SHA); I take it this is intentional?
In that case, you can dispense with the SSL code itself as well (
NO_SSL / -no-ssl ).



On Wed, Nov 19, 2008 at 6:29 AM, Ajeet kumar.S
<[EMAIL PROTECTED]> wrote:
> Dear All,
>
>  I want to enable only DES/3DES, AES and RSA Algorithm.So please tell me any
> preprocessor definition by using which we can enable only DES/3DES, AES and
> RSA algorithm. I don't want to use other algorithm except above three. Is
> any macro kind of thing is there by which we can enable only above mention
> algorithms?
>
>
>
> Thank you.
>
> Regards,
>
> --Ajeet  Kumar  Singh
>
>
>
>
>
>



-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web:    http://www.hobbelt.com/
        http://www.hebbut.net/
mail:   [EMAIL PROTECTED]
mobile: +31-6-11 120 978
--------------------------------------------------
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to