Re: Determining SSL version from -V?

From: hamburger james (jamestest@ida.org)
Date: 02/25/03


From: jamestest@ida.org (hamburger james)
Date: 25 Feb 2003 12:32:42 -0800


/usr/bin/openssl (or whatever the path is to your binary)
then at the openssl prompt type "version" without the quotes.

Darren Dunham <ddunham@redwood.taos.com> wrote in message news:<Vhy6a.23$U51.1935414@newssvr14.news.prodigy.com>...
> In general, is there a way to determine what version of SSL was used
> with ssh from the -V output?
>
> OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
>
> I've got a site with lots of machines, with lots of different versions
> of openssh installed. I'd like to verify the version of ossl that each
> is using, but I'm unsure of how to determine that.
>
> Thanks.