RE: ECDH-RSA key exchange support (rfc 4492)

2011-08-12 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of John Foley > Sent: Thursday, 11 August, 2011 15:10 > Is there a known bug with ECDH_RSA key exchange cipher suites in > 0.9.8r? For instance, using cipher suite ECDH-RSA-AES128-SHA > in 0.9.8r > does not work. But it does work in 1.0.0d. Thi

RE: Encrypted Alert: printer on Windows XP vs 2008

2011-08-12 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Nilotpal De > Sent: Thursday, 11 August, 2011 02:29 >This is my first mail to this Group. Consider me a novice in Openssl > since I am just getting used to the API's and understanding the behavior. >I am facing one

Re: Which openssl.cnf?

2011-08-12 Thread Eric Raunig
Thanks, For context: something like #strace -o strace_openssl_output.txt openssl version followed by: emacs strace_openssl_output.txt& On Fri, Aug 12, 2011 at 2:57 PM, Gayathri Sundar wrote: > strace is a unix command wherein u need to attach the process which is > linking with ur openssl li

combined certificate

2011-08-12 Thread Travis Dimmig
Can a .der file be combined with a .p12 file to install the full chain of trust with one file? Travis Dimmig Software Development Specialist Impulse Point www.impulse.com

Re: Which openssl.cnf?

2011-08-12 Thread Gayathri Sundar
strace is a unix command wherein u need to attach the process which is linking with ur openssl library. It would tell the path from which all the libraries are loaded (for that process) along with a ton of other info. You would need to search the output of strace manually to figure out ur library p

Re: Which openssl.cnf?

2011-08-12 Thread Michael S. Zick
On Fri August 12 2011, Eric Raunig wrote: > I don't know this syntax ie: > # openssl strace > openssl:Error: 'strace' is an invalid command. > Try these instead: man strace strace --help strace openssl ...whatever... Mike > Standard commands > asn1parse caciphers

Re: Which openssl.cnf?

2011-08-12 Thread Eric Raunig
I don't know this syntax ie: # openssl strace openssl:Error: 'strace' is an invalid command. Standard commands asn1parse caciphers cms crl crl2pkcs7 dgst dh dhparam dsa dsaparam ec ecparam

Re: Which openssl.cnf?

2011-08-12 Thread Coda Highland
strace will show all of the syscalls executed by the application, including opening files. /s/ Adam On Fri, Aug 12, 2011 at 10:46 AM, Eric Raunig wrote: > Background: > I have the problem in which there are multiple versions of openssl.cnf on my > Linux (Ubuntu 11.04) installation. > > I had som

Get signature from a p7s file

2011-08-12 Thread JuliusIT
Dear, we need to make an implementation of EDIFACT digital sign with embedded sign and certificate in the edifact file. We have a digital sign solution (that we buy not develope) that return a zip file with the file to sign and a p7s file with the certificate and sign inside, so we need to extrac

ECDH-RSA key exchange support (rfc 4492)

2011-08-12 Thread John Foley
Is there a known bug with ECDH_RSA key exchange cipher suites in 0.9.8r? For instance, using cipher suite ECDH-RSA-AES128-SHA in 0.9.8r does not work. But it does work in 1.0.0d. This is tested using the following command: ssltest -tls1 -cert servercert.pem -key serverkey.pem -cipher ECDH-RSA-A