![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Security Discuss UNIX and Linux computer and network security, cybersecurity, cyberattacks, IT security, CISSP, OWASP and more. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| USN-750-1: OpenSSL vulnerability | iBot | Security Advisories (RSS) | 1 | 03-30-2009 08:08 PM |
| Solaris 10 and 64 bit apache/openssl/gcc | csross | SUN Solaris | 3 | 08-15-2008 02:57 PM |
| USN-620-1: OpenSSL vulnerabilities | iBot | Security Advisories (RSS) | 0 | 06-26-2008 09:40 AM |
| solaris 9 openssl make problem with ld | xyyz | UNIX for Advanced & Expert Users | 1 | 02-03-2004 10:30 AM |
| openssl help | hassan2 | UNIX for Advanced & Expert Users | 2 | 10-31-2002 01:59 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I am researching CVE-2009-1386 and am trying to determine if my version of SUNWopensslr is equivalent to OpenSSL v0.9.8i.
Here's my output: Code:
root# pkginfo -l SUNWopensslr
PKGINST: SUNWopensslr
NAME: OpenSSL (Root)
CATEGORY: system
ARCH: sparc
VERSION: 11.10.0,REV=2005.01.21.15.53
BASEDIR: /
VENDOR: Sun Microsystems, Inc.
DESC: OpenSSL (Root)
PSTAMP: gaget20050121155950
INSTDATE: Apr 10 2009 13:37
HOTLINE: Please contact your local service provider
STATUS: completely installed
FILES: 6 installed pathnames
2 shared pathnames
5 directories
16 blocks used (approx)
Thanks in Advance! Last edited by bluescreen; 06-09-2009 at 11:25 AM.. |
|
|||||
|
Run openssl(5) directly and ask it what version it is, e.g.:
Code:
$ /usr/sfw/bin/openssl OpenSSL> version OpenSSL 0.9.8g 19 Oct 2007 OpenSSL> exit $ Last edited by TonyFullerMalv; 06-09-2009 at 07:43 PM.. Reason: Corrected path to openssl |
| Sponsored Links | ||
|
|