RE: Need help on How to use ECDH in openssl

2008-04-23 Thread Kurapati Raja Sekhar
Hi Bill, Thanks for your reply. I am using openssl0.9.8 version only and I could able to see the ecdhtest.c and other files related to ecdh. I need to implement separate server and client programs using ecdh key exchange protocol. I have gone through code in openssl, But I t

Robert E. Schmid is out of the office.

2008-04-23 Thread Bob_Schmid
I will be out of the office starting 04/23/2008 and will not return until 04/25/2008. I will be out of the office 04/23 thru Thursday 4/24 returning Friday 4/25. Any problems, please call our help desk at 330-884-6600 option 2, 2. Thank you. Bob If your email is in regards to a production syst

Certificates and cert checking

2008-04-23 Thread Tomas Neme
I'm having trouble adding certificate checking to my app. I created a certificate file for the server, and have a copy of the crt file in the client, load it with SSL_CTX_load_verify_locations with a directory which returns true, but if I call SSL_CTX_set_verify with SSL_VERIFY_PEER on my context,

Java interop issue - BadPaddingException - possibly incorrect symmetric key?

2008-04-23 Thread Vishal Rao
Hello OpenSSL users, I'm doing Diffie-Hellman key agreement between Java's built-in crypto and C++ using OpenSSL latest version 0.9.8g. The key agreement works and the generated shared secret bytes are the same on the Java and OpenSSL side. The problem is when I try to use the bytes of the DH sha

RE: Need help on How to use ECDH in openssl

2008-04-23 Thread Bill Colvin
You haven't specified which version of OpenSSL you are using, but if it is a reasonably current version from the 0.9.8 stream, then ECDH should be there. For test routines, look at the ec... source in the test directory, like ecdhtest.c Bill From: [EMAI

Help!

2008-04-23 Thread Козлова Елена Викторовна
Hello. Sorry for my bad English. =) I'm a newbie to openSSL. I'm trying to verify the signature with Win32 OpenSSL 0.97d. At first I wote next code: openssl req -new -newkey rsa:1024 -nodes -keyout ca.key -x509 -days 1000 -subj /C=RU/CN=Lena/[EMAIL PROTECTED] -out ca.crt openssl d

Re: error in docs

2008-04-23 Thread Jason Dusek
Kyle Hamilton <[EMAIL PROTECTED]> wrote: > The best way to create a CA using only openssl tools is to use the > CA.pl or CA.sh shell scripts. Okay. The misdirection in the documentation should still be fixed. > The best way to create and manage a CA is to use other tools. Which tools? -- _