While I agree with the info below, I disagree with openssl NOT being a
program. The OpenSSL package compiles and installs an executable called
'openssl' that allows you to access the features of the library from the
command line.
>From my machines:
Linux:
[dkf@BaxterBoy dkf]$ which openssl
/usr/bin/openssl
[dkf@BaxterBoy dkf]$ openssl version
OpenSSL 0.9.5a 1 Apr 2000
Solaris:
shepster[1]> which openssl
/local/bin/openssl
shepster[4]> openssl version
OpenSSL 0.9.6 24 Sep 2000
--Dave
> Date: Wed, 18 Apr 2001 10:52:44 +0800 (PHT)
> From: "Julius C. Duque" <[EMAIL PROTECTED]>
> Subject: Re: OpenSSl
> [ ... cut ... ]
> openssl is NOT a program. It *is* a library. In fact, you
> can use openssl to compile:
> 1. Your Apache web server to support SSL
> 2. Kerberos authentication
> 3. ssh (of course!)
> 4. BIND 9 (name server from Berkeley)
> By default, openssl is installed on /usr/local/ssl
> [ ... cut ... ]