RE: Need help on How to use ECDH in openssl

2008-04-24 Thread Bill Colvin
/nistpubs/800-56A/SP800-56A_Revision1_M ar08-2007.pdf Bill From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kurapati Raja Sekhar Sent: April 24, 2008 12:02 AM To: openssl-users@openssl.org Subject: RE: Need help on How to use ECDH in openssl Hi

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

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