That would be something in the code along the lines of: SSL_CTX_set_cipher_list(ctx, "HIGH");
(See also the SSL_CTX_set_cipher_list/SSL_set_cipher_list man page. In the code, there's defines for most groupings as SSL_TXT_* #defines; see for the internals: ssl.h / ssl_ciph.c / s3_lib.c) On Wed, Mar 25, 2009 at 10:43 AM, Lutz Jaenicke <[email protected]> wrote: > Forwarded to openssl-users for public discussion. > > Best regards, > Lutz > ----- Forwarded message from Victor Yepez <[email protected]> ----- > > Date: Tue, 24 Mar 2009 17:31:55 -0430 > From: Victor Yepez <[email protected]> > Subject: How to disable SSL > To: [email protected] > User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) > > Hello guys, > > I really appreciate your help in the following issue: > > One of our customers has installed Solaris 10 on his SUN machine. > > Solaris 10 has installed open SSL and our customer wants to disable all > the cifrates levels below 128 bits. > > I was looking at google but i still wondering how to do that. > > So, please i really appreciate your help, any clue, any link. > > Thanks! > > ----- End forwarded message ----- > -- > Lutz Jaenicke [email protected] > OpenSSL Project http://www.openssl.org/~jaenicke/ > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [email protected] > Automated List Manager [email protected] > -- 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 [email protected] Automated List Manager [email protected]
