Re: RC4-MD5 cipher suites rep;acement

2008-05-15 Thread PoWah Wong
--- On Thu, 5/15/08, Chris Clark <[EMAIL PROTECTED]> wrote: > From: Chris Clark <[EMAIL PROTECTED]> > Subject: Re: RC4-MD5 cipher suites rep;acement > To: openssl-users@openssl.org > Received: Thursday, May 15, 2008, 1:46 PM > On 5/15/08, PoWah Wong <[EMAIL PROTECTED]> wrote: > > Use TLS_RSA_WITH_

Re: RC4-MD5 cipher suites rep;acement

2008-05-15 Thread Chris Clark
On 5/15/08, PoWah Wong <[EMAIL PROTECTED]> wrote: > Use TLS_RSA_WITH_AES_256_CBC_SHA (AES256-SHA) to replace > SSL_RSA_WITH_RC4_128_MD5 (RC4-MD5) > and TLS_DH_anon_WITH_AES_256_CBC_SHA (ADH-AES256-SHA) to replace > SSL_DH_anon_WITH_RC4_128_MD5 (ADH-RC4-MD5), right? I'm not clear on what

Re: RC4-MD5 cipher suites rep;acement

2008-05-15 Thread PoWah Wong
--- On Thu, 5/15/08, Chris Clark <[EMAIL PROTECTED]> wrote: > From: Chris Clark <[EMAIL PROTECTED]> > Subject: Re: RC4-MD5 cipher suites rep;acement > To: openssl-users@openssl.org > Received: Thursday, May 15, 2008, 11:22 AM > On 5/15/08, PoWah Wong <[EMAIL PROTECTED]> wrote: > > Is there some ci

Subject:memory hogging

2008-05-15 Thread user
Dear All, I use openssl-0.9.7e to communicate between Server and Client. And also I use d2i_PKCA12_bio function in order to import file PKCS#12. Now, I have some problems with memory. Everytime the system starts, it causes 4k bytes memory hogging. Even though PKCS12_free and BIO_free are executed

Re: RC4-MD5 cipher suites rep;acement

2008-05-15 Thread Chris Clark
On 5/15/08, PoWah Wong <[EMAIL PROTECTED]> wrote: > Is there some cipher suites more secure than SSL_RSA_WITH_RC4_128_MD5 > (RC4-MD5) so that they should replace RC4-MD5? The AES 256-bit cipher suites are not only more secure then RC4, they are also much faster. :) -Chris ___

RC4-MD5 cipher suites rep;acement

2008-05-15 Thread PoWah Wong
Is there some cipher suites more secure than SSL_RSA_WITH_RC4_128_MD5 (RC4-MD5) so that they should replace RC4-MD5? __ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ _

Re: Use ssh-format key

2008-05-15 Thread jimmy bahuleyan
Jameson "Chema" Quinn wrote: Jameson "Chema" Quinn wrote: I have a public key in the following format: ssh-dss B3NzaC1kc3MAAACBANp8I4YOSRlhoLGkHzRL1n0oOyrZUpJwxAv2nYgfeFtCxGT1V3S5yPchB/eQhOlh2qsRD9C85FFQPhIIoGhcFObQ8JApDhGC7Ry/9rU+kygRMvc5QwKR2nmGHb2S8NV8GwqAZXfYCM9IEwErS8BY+H

Root CA missing from Certificate Chain of Signed File

2008-05-15 Thread Fedak, Joe
I am signing a file using the following command and the root CA is missing from the certificate chain of the signed file. openssl smime -sign -in filename.der -text -outform DER -out filenameSigned.der -signer signature.pem -nodetach If I include the -certfile option using the same signature.pem

Re: Use ssh-format key

2008-05-15 Thread Jameson "Chema" Quinn
Jameson "Chema" Quinn wrote: I have a public key in the following format: ssh-dss B3NzaC1kc3MAAACBANp8I4YOSRlhoLGkHzRL1n0oOyrZUpJwxAv2nYgfeFtCxGT1V3S5yPchB/eQhOlh2qsRD9C85FFQPhIIoGhcFObQ8JApDhGC7Ry/9rU+kygRMvc5QwKR2nmGHb2S8NV8GwqAZXfYCM9IEwErS8BY+H0PGzJtBXw926fwz7YgJmZLFQCzrVxVqen0ZQ08Ei