Re: Enable A Individual Cipher

2014-06-25 Thread Jeffrey Walton
On Fri, Sep 9, 2011 at 7:18 AM, Kanchan wrote: > I got an error " Error setting cipher list " on following ciphers > > EXP1024-RC4-MD5 > EXP1024-RC2-CBC-MD5 > EXP1024-DES-CBC-SHA > EXP1024-RC4-SHA > EXP-DH-RSA-DES-CBC-SHA You can find a list of the ciphers supported by OpenSSL with the `openssl ci

Enable A Individual Cipher

2014-06-25 Thread Kanchan
I got an error " Error setting cipher list " on following ciphers EXP1024-RC4-MD5 EXP1024-RC2-CBC-MD5 EXP1024-DES-CBC-SHA EXP1024-RC4-SHA EXP-DH-RSA-DES-CBC-SHA __ OpenSSL Project http://www.openssl

Re: Enable A Individual Cipher

2011-09-08 Thread Rajib Karmakar
efine TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 1" > > We are doing tests, when we finish I tell to everybody the results! > > Dave, I will answer your questions tomorrow... > > Again, > > Thanks a lot! > * > Best Regards, > Mariana Hoffart Dias* > > --

Re: Enable A Individual Cipher

2009-10-13 Thread Mari
*Kyle and Dave, good afternoon!* I need to say *Thanks a lot to your help*. I change the file : *tls1.h* and the ciphers was enabled. "#define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 1" We are doing tests, when we finish I tell to everybody the results! Dave, I will answer your questions tomorrow.

RE: Enable A Individual Cipher: export-1024 suites and data decrypt/MAC error

2009-10-09 Thread Dave Thompson
(Superseding previous reply since this has more detail.) > From: owner-openssl-us...@openssl.org > Sent: Friday, 09 October, 2009 07:09 > 1) SO' informations > > Server > -- > CentOS release 5.2 > OpenSSL 0.9.8k 25 Mar 2009 > Apache 2.2

Re: Enable A Individual Cipher

2009-10-09 Thread Kyle Hamilton
OpenSSL_add_all_algorithms(); SSL_CTX_set_cipher_list("EXPORT40:EXPORT56:aNULL:eNULL"); (Note that that last will enable *every* cipher, including those with no authentication and those with no encryption.) Why would you want to test against incredibly weak -- to comply with US law as it existed

Enable A Individual Cipher

2009-10-09 Thread Mari
*Guys, good afternoon!* *1) SO' informations* *Server* -- CentOS release 5.2 OpenSSL 0.9.8k 25 Mar 2009 Apache 2.2 JBoss-4.2.2 *Client* -- CentOS release 5.2 OpenSSL 0.9.8b 04 May 2006 (Library: OpenSSL 0.9.8h 28 May 2008) Both have certificate files. *2) Problem and tests* I have

Enable A Individual Cipher

2009-10-08 Thread Mari
*Guys, good afternoon!* I have had a problem with the "OpenSSL 0.9.8h" and even with the last version "OpenSSL 0.9.8k" , the error below have had ocurred : [Mon Oct 05 16:52:35 2009] [debug] ssl_engine_kernel.c(1770): OpenSSL: Write: SSL negotiation finished successfully [Mon Oct 05 16:52:35 2009

Re: Enable A Individual Cipher

2009-10-08 Thread Mari
*Guys, good afternoon!* I have had a problem with the "OpenSSL 0.9.8h" and even with the last version "OpenSSL 0.9.8k" , the error below have had ocurred : [Mon Oct 05 16:52:35 2009] [debug] ssl_engine_kernel.c(1770): OpenSSL: Write: SSL negotiation finished successfully [Mon Oct 05 16:52:35 2009