Luca
Subject: [FWD] request UP UX openssl A.00.09.07l
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: [EMA
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 cip
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: reque