On Tue, Nov 03, 2009 at 10:31:27AM +0530, achint dudhwala wrote: > 1. How can we configure it using configuration files. Which > configuration file and which field to modify?
OpenSSL is a development toolkit, not a product. Configuration settings are an application issue: not an OpenSSL issue. Ask your application provider. OpenSSL provides mechanisms for applications to specify a preferred cipherlist, how applications decide which settings to apply is up to them. > 2. Can it be done using Openssl API instead of configuration files? If you are writing your own application, see the documentation for: SSL_CTX_set_cipher_list(3) -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org