Re: Verify x509 certificate

2008-08-03 Thread .:: Francesco la Torre ::.
it seems to work good because if I try to change a character in array containing the cert, the verification process fails. However next days I'll try to load an untrusted chain and verify better, now instead I'm preparing problems for the next post :-) thanks Flt Il giorno sab, 02/08/2008 alle

Diffie Hellman exchange failures

2008-08-03 Thread Panthers Rock
Hello List, I am using the DH exchange to secure communication between two endpoints. My code looks something like below: DH * dh_keys = get_dh1024();// Returns a new DH structure containing the shared prime. //This function was generated

Re: OpenSSL For Windows CE

2008-08-03 Thread Panthers Rock
I have never compiled OpenSSL for Windows CE. However, it seems that you need to change compiler and linker options to say it is for an ARM processor. Look for CFLAGS and LFLAGS and make appropriate changes. On Mon, Jul 21, 2008 at 10:28 AM, Amir [EMAIL PROTECTED] wrote: Hi, I saw your

Re: SSL3_accept makes Server stuck

2008-08-03 Thread Urjit Gokhale
Looks like the server doesn't even get the Client hello message. Did you check the state of your client. Is it stuck in SSL_connect (it should be, I believe)? where is it stuck ? use s_client / s_server applications (comes with openssl.), if possible to figure out the issue. You may wish to use

Question? Is it possible to encrypt a file using the agent forwarding as the key?

2008-08-03 Thread joe
Hello, I am interested in figuring out if it is possible to use a SSH agent forwarding socket as the salt file for openssl des3? I am using pageant to log into the server. I am interested in encrypting a file without using a password and have it point to the SSH agent socket. Is this