Re: openssl cipher suite query

2009-11-02 Thread Victor Duchovni
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. As

Re: openssl cipher suite query

2009-11-02 Thread achint dudhwala
Subject: Re: openssl cipher suite query To: openssl-users@openssl.org Date: Friday, 30 October, 2009, 9:16 PM On Fri, Oct 30, 2009 at 02:50:55PM +0530, achint dudhwala wrote: > 3. How can we configure the application for not using the export > cipher suites. If the application supp

Re: openssl cipher suite query

2009-10-30 Thread Victor Duchovni
On Fri, Oct 30, 2009 at 02:50:55PM +0530, achint dudhwala wrote: > 3. How can we configure the application for not using the export > cipher suites. If the application supports a configurable cipher list, use: DEFAULT:!EXPORT:!LOW:!SSLv2 unless you need to support pre-historic SSL peers

Re: openssl cipher suite query

2009-10-30 Thread Mari
*Good Morning, Achint!* I think that you have to options, or you change your application, or your openssl. To you change your openssl, see this : http://groups.google.com.br/group/mailing.openssl.dev/browse_thread/thread/65b27a723255435e/eb5dcb25ab57d737?lnk=gst&q=MARIHOFFART#eb5dcb25ab57d737 *

Re: Openssl + cipher

2008-03-07 Thread Victor Duchovni
On Tue, Mar 04, 2008 at 11:34:50AM -0600, Yolanda Craven wrote: > I'm new to using openssl and I need to change the cipher that is currently > being used. I'm using a product called ssl_proxy that doesn't have a config > file for changing/limiting any of these attributes. The current cipher is

RE: Openssl + cipher

2008-03-07 Thread Shaw Graham George
http://www.openssl.org/docs/ssl/SSL_CTX_set_cipher_list.html? G. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yolanda Craven Sent: 04 March 2008 17:35 To: openssl-users@openssl.org Subject: Openssl + cipher I'm new to using openssl and I ne