Re: Issue with ECDH support in OpenSSL 1.0.0d-fips

2014-01-20 Thread Dr. Stephen Henson
On Mon, Jan 20, 2014, Chinmaya Dwibedy wrote: > Hi Dr. Stephen, >  I had downloaed the openssl-1.0.0d.tar.gz > from http://www.openssl.org/source/. > After installation in my Linux system , the #openssl version shows the openSSL > 1.0.0d-fips. >   By default OpenSSL is installed under /usr/local/

Re: Issue with ECDH support in OpenSSL 1.0.0d-fips

2014-01-20 Thread Chinmaya Dwibedy
Hi Dr. Stephen,  I had downloaed the openssl-1.0.0d.tar.gz from http://www.openssl.org/source/. After installation in my Linux system , the #openssl version shows the openSSL 1.0.0d-fips.   Regards, Chinmaya On Monday, January 20, 2014 5:50 PM, Dr. Stephen Henson wrote: On Mon, Jan 20, 2014

Re: Issue with ECDH support in OpenSSL 1.0.0d-fips

2014-01-20 Thread Dr. Stephen Henson
On Mon, Jan 20, 2014, Chinmaya Dwibedy wrote: > Hi All, > I downloaded the openssl-1.0.0d.tar.gz. Build the openssl with > enabled the ec and ecdh (Elliptic curve Diffie???Hellman Group) support as > stated > below. > 1. ./config enable-ec enable-ecdh > 2. make > 3. make test >