camellia?

2009-03-27 Thread Luis Daniel Lucio Quiroz
Hi there Since some days I've upgrade some applications such as GoogleEarth and DSSL. When I see logs they claim that openssl does not support camellia. Is there a way to fix this? TIA LD __ OpenSSL Project

Re: How to install 2 instances of openssl on the same machine

2009-03-27 Thread Sander Temme
On Mar 26, 2009, at 6:04 AM, Srinivas Jonnalagadda wrote: I need to have 2 separate installations of apache2 http server refereing to 2 different versions of openssl. One is using 0.9.8b and the other uses 0.9.8i. How do i install open ssl in such a scenario. Help is urgently needed. As

Re: 答复: How to install 2 instanc es of openssl on the same machine

2009-03-27 Thread Srinivas Jonnalagadda
Hi Kyle, Thank you very much for information. I dont have any problem upgrading to 0.9.8k. The problem for us is we have separate product which is dependent on openssl. There are 2 versions of this product installed on 2 different unix machines. One version is dependent on 0.9.8b and other is d

Re: Is there a place that describes the cipher choices for TLSv1 in more detail?

2009-03-27 Thread Badra
Hi Dave, >I'm guessing ADH means Anonymous Diffie Hellman, right? and AES256 is the AES encryption cipher w/ a 256 bit cipher key? Right TLS cipher suites are defined in RFC5246. They defines the Key exchange algorithm, the symmetric encryption, and the hash function. Example: TLS1_TXT_DHE_D

RE: SSL_connect() fails after upgrade from OpenSSL 0.9.7d to OpenSSL 0.9.8j

2009-03-27 Thread David Schwartz
> Hi Srinivas, > We compiled our code with the new version of lib files from > openssl-0.9.8j version and replaced the new client dll's. > Is any specific step has to be followed? > Regards, > Sweta Did you compile against the new header files? The client is saying the server cut the TCP conne

Re: Is there a place that describes the cipher choices for TLSv1 in more detail?

2009-03-27 Thread Victor Duchovni
On Fri, Mar 27, 2009 at 04:41:51PM -0400, Dave Moore wrote: > I'm trying to understand what the various values in TLS1.h mean for the > cipher selections. Try: openssl ciphers -v "TLSv1:@STRENGTH" > Is there any benefit of one over the other? Don't manually select ciphers. This ju

Is there a place that describes the cipher choices for TLSv1 in more detail?

2009-03-27 Thread Dave Moore
Hi, I'm trying to understand what the various values in TLS1.h mean for the cipher selections. I'm talking about: > #define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5"EXP1024-RC4-MD5" > #define TLS1_TXT_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 > "EXP1024-RC2-CBC-MD5" > #define TLS1_TXT_RSA_EXPOR

Illegal instruction upon running fips_test_suite

2009-03-27 Thread ABDUL BASIT
Hi Folks, I have compiled openssl fips 1.2 module by ./config fipscanisterbuild no-asm; make; Copied the fipscanister.o* and fips_premain.c.* in /fips/ and then compiled openssl 0.9.8k with config options fips, no-asm and fipslibdir=/fips/. when I am running fips_test_suite, it is giving Illegal

Re: OpenSSL version 0.9.8k release

2009-03-27 Thread rajan chittil
I was looking for changelog between openssl fips 1.1.2 and openssl 1.2 but i was not have find any where the changlog . Can please tell me where i can find the changelog between openssl fips 1.2 and openssl fips 1.1.2 Thanks Rajan On Thu, Mar 26, 2009 at 3:57 PM, Dr. Stephen Henson wrote: >

RE: SSL_connect() fails after upgrade from OpenSSL 0.9.7d to OpenSSL 0.9.8j

2009-03-27 Thread Sweta Singh -X (swesingh - WIPRO at Cisco)
Hi Srinivas, We compiled our code with the new version of lib files from openssl-0.9.8j version and replaced the new client dll's. Is any specific step has to be followed? Regards, Sweta From: Srinivas Jonnalagadda [mailto:sarinivas7...@earthlink.net] Sent: F