You can use EVP_add_cipher() to add the ciphers that you would wish to allow
instead of OpenSSL_add_all_ciphers().

For Eg. if you want to use only DES in ecb mode, you can do
EVP_add_cipher(EVP_des_cfb());

Conversely, you can also edit the function OpenSSL_add_all_ciphers() and
remove all the ciphers that you feel are weak.


Regards,
Vijay K.


On Mon, Jun 30, 2008 at 12:33 PM, Lutz Jaenicke <[EMAIL PROTECTED]>
wrote:

> Forwarded to openssl-users for public discussion.
>
> Best regards,
>        Lutz
>
> ----- Forwarded message from Soverini Luca <[EMAIL PROTECTED]>
> -----
>
> Importance: normal
> Priority: normal
> From: Soverini Luca <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Fri, 27 Jun 2008 15:46:56 +0200
> Subject: request UP UX  openssl A.00.09.07l
> Thread-Topic: request UP UX  openssl A.00.09.07l
> thread-index: AcjYXEOhcfCnezkxSVmEAjNRSa5lIQ==
> Accept-Language: it-IT, en-US
> acceptlanguage: it-IT, en-US
>
> Can i have a help? How I can disable in openssl, HPUX platform  SSV2 and
> weak cipher in favour of large encryption keys?
>
> Cordiali saluti
>
>    Luca Soverini
>
> T.IO.DC.NE
> Delivery & Operations/Server Unix
>
>
> ____________________________________________________________________________________
> Le informazioni contenute o allegate alla mail sono classificate :TELECOM
> S.p.A. - Uso interno - e sono dirette unicamente al destinatario in
> indirizzo che si impegna a mantenere riservate le informazioni relative alla
> presente. Chiunque riceva questa mail per errore รจ tenuto ad informare
> immediatamente il mittente ed a distruggere le informazioni in essa
> contenute.
> Si ringrazia per la collaborazione.
>
>
> --------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE
>
> This message and its attachments are addressed solely to the persons above
> and may contain confidential information. If you have received the message
> in error, be informed that any use of the content hereof is prohibited.
> Please return it immediately to the sender and delete the message. Should
> you have any questions, please contact us by replying to
> [EMAIL PROTECTED]
>
>        Thank you
>
>                                        www.telecomitalia.it
>
> --------------------------------------------------------------------
>
>
> ----- End forwarded message -----
> --
> Lutz Jaenicke           [EMAIL PROTECTED]
> OpenSSL Project         
> http://www.openssl.org/~jaenicke/<http://www.openssl.org/%7Ejaenicke/>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
>

Reply via email to