RE: Open SSL server and JSee client

2007-04-18 Thread lana.n.dam
If IV is not required for cipher when we use RC4,does anyone have idea on what might be the problem? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marek Marcola Sent: Wednesday, April 18, 2007 1:17 PM To: openssl-users@openssl.org Subject: Re: Open SSL

Open SSL server and JSee client

2007-04-18 Thread lana.n.dam
I have a JSEE client that needs to talk to a server that implements openssl 0.9.8d. Mutual authentication is required. Even though I added the JVM parameters used to load the client certificate, I keep getting handshake failure. Just wonder this is a well known problem and what's the appropriate

RE: Open SSL server and JSee client

2007-04-18 Thread lana.n.dam
Jim, Here's how I obtain my keystore files: 1. I have a client certificate information in p12 format. I then imported it into a keystore file as key entry using sun security tool- pkcs12import (xws-security). 2. I also have the trusted Key store file that I imported the .pem file as trusted en

Open SSL server and JSee client

2007-04-18 Thread lana.n.dam
I have a JSEE client that needs to talk to a server that implements openssl 0.9.8d. Mutual authentication is required. Even though I added the JVM parameters used to load the client certificate, I keep getting handshake failure. Just wonder this is a well known problem and what's the appropri