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/
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
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
>