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

'make test' fails with openssl-0.9.8k compiled for mipsel-linux

2009-10-09 Thread Marcel Moura
Dear friends, I have been in trouble for the past couple of days trying to compile openssl-0.9.8k for mipsel-linux. Actually I was able to compile it but running 'make test' generates the following error: make[2]: Leaving directory `/home/marcel/Desktop/TEMP/openssl-0.9.8k_mipsel_

Re: sha-256 program example

2009-10-09 Thread Patrick Patterson
Hi Jeff: Jeffrey Walton wrote: > Hi Doctor, > > Form the docs: > SHA1 is the digest of choice for new applications. > > It appears the docs are bit dated. Depending on the application, I > believe NIST recommends that new applications use SHA-2 family (circa > 2006 [1]), and requires SHA-2 a

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