Openssl upgrade


 
Thread Tools Search this Thread
Operating Systems Solaris Openssl upgrade
# 1  
Old 03-30-2018
Openssl upgrade

Hello Admins.

I need to upgrade the openssl version in Solaris 10 due to vulnerabilities. When I checked the current version, it shows:


Code:
bash-3.2# openssl version
OpenSSL 1.0.2n  7 Dec 2017

Code:
bash-3.2# which openssl
/usr/bin/openssl


When I installed the new one, its getting installed under /usr/local instead of /usr/bin

Code:
bash-3.2# /usr/local/ssl/bin/openssl version
OpenSSL 1.0.2o  27 Mar 2018

How can I get rid of the older version?

Thanks in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Cybersecurity

OpenSSL

I just started playing around with Unix's OpenSSL utility. I can't seem to get the hang of it, and the man page isn't helping much. I wanted to experiment with file encryption, so I created a dummy text file with one line of text and tried to encrypt it using DES. I used the following command: ... (2 Replies)
Discussion started by: Ultrix
2 Replies

2. Solaris

Version of OpenSSL being used

Hello I'm relatively new to technologies like Apache & ssl but have some years experience with Unix. My question concerns the version of OpenSSL which is genuinely being used on our server & how is that set. The server is running Solaris 10. I'll show output from various commands: ... (1 Reply)
Discussion started by: CHoggarth
1 Replies

3. Solaris

Openssl 0.9.8r

Hi Peeps, Having trouble compiling openssl 0.9.8r on Solaris 10 x86. The make test fails when running the shatests (segmentation faults). There is a PROBLEM file that references a file called values.c. Anyone know whereabouts in the source tree you put this file as the file doesn't tell you... (2 Replies)
Discussion started by: callmebob
2 Replies

4. UNIX for Advanced & Expert Users

Using openssl

All, I am new to openssl and I have not been able to figure out exactly how to use it. What I need to do is to create a shell script which FTPS's (SFTP is not allowed on my project) a file to a mainframe. The mainframe will not initiate a session with my server. Question. Are the packages... (7 Replies)
Discussion started by: MichaelInDC
7 Replies

5. Solaris

ERROR OpenSSL

ERROR OpenSSL version mismatch. Built against 908070, you have 9080bf^M 2009.11.20 15:23:25 ERROR Connection closed^M i am new in solaris,i not have great know in this operative system Help me how i can fixed this, in the machine has installed Solaris Machine hardware: ... (1 Reply)
Discussion started by: saurio
1 Replies

6. UNIX for Dummies Questions & Answers

openssl ca ke issue

Hi everybody: here is my tale: I need to create some ssl certificates, so I did it with my Linux; I created de CA key and all the other stuff, and of course the certificates needed. The thing is I had to replace mi hard drive and I backed up all the info but I forgot to backup the /etc/ssl. Of... (0 Replies)
Discussion started by: piltrafa
0 Replies

7. UNIX for Advanced & Expert Users

openssl help

I ungraded my openssl on sun solaris 8 from openssl 0.9.6c to openssl 0.9.6g the ungrade went fine but when I tried to ssh in to server, I received the following error message "ld.so.1: ./sshd: fatal: relocation error: file /usr/local/ssl/lib/libcrypto.so.0.9.6: symbol main: referenced symbol... (2 Replies)
Discussion started by: hassan2
2 Replies
Login or Register to Ask a Question
SBUILD-UPDATE(1)						   Debian sbuild						  SBUILD-UPDATE(1)

NAME
sbuild-update - update, upgrade, and clean an sbuild chroot with apt-get SYNOPSIS
sbuild-update [-h|--help] [-V|--version] [--arch=architecture] [-u|--update] [-g|--upgrade] [-d|--dist-upgrade] [-c|--clean] [-a|--auto- clean] [-r|--autoremove] CHROOT1 [CHROOT2 [CHROOTn...]] sbuild-update -k|--keygen (DEPRECATED) sbuild-upgrade [-h|--help] [-V|--version] CHROOT1 [CHROOT2 [CHROOTn...]] (DEPRECATED) sbuild-distupgrade [-h|--help] [-V|--version] CHROOT1 [CHROOT2 [CHROOTn...]] (DEPRECATED) sbuild-clean [-h|--help] [-V|--version] [-c|--clean] [-a|--autoclean] [-r|--autoremove] CHROOT1 [CHROOT2 [CHROOTn...]] DESCRIPTION
sbuild-update runs apt-get inside the specified chroot performing update, upgrade, dist-upgrade, clean, autoclean, and/or autoremove depending on the options specified on the command line. sbuild-upgrade, sbuild-distupgrade, and sbuild-clean, are deprecated. They now simply run sbuild-update with the appropriate options (--upgrade or --dist-upgrade for sbuild-upgrade or sbuild-distupgrade respectively) along with whatever arguments were passed in the scripts. OPTIONS
Actions -h, --help Display this manual. -V, --version Print version information. --arch=architecture Update chroot for the architecture specified. -u, --update Perform an apt-get update. -g, --upgrade Perform an apt-get upgrade. -d, --dist-upgrade Perform an apt-get dist-upgrade. -c, --clean Perform an apt-get clean. -a, --autoclean Perform an apt-get autoclean. -r, --autoremove Perform an apt-get autoremove. -k, --keygen Generate a GPG public/private key pair for self-signing local apt archives, used for installation of dependency packages. Note that this requires a significant amount of entropy (randomness) and may hang on systems with poor entropy sources, such as headless sys- tems without direct user input. In this situation, it is advisable to create the key on a trusted local system, and copy the files to the build system by hand from /var/lib/sbuild/apt-keys/. Chroot selection CHROOT The chroot to use. Note that 'o', 's', 't', 'u' and 'e' may be used as abbreviations for 'oldstable', 'stable', 'testing', 'unsta- ble' and 'experimental', respectively. EXAMPLES
To update the unstable chroot: % sbuild-update --update unstable To upgrade the unstable chroot: % sbuild-update --upgrade unstable To clean the unstable chroot: % sbuild-update --clean unstable To perform an update, dist-upgrade, clean, autoclean, and autoremove for the unstable chroot: % sbuild-update -udcar unstable AUTHORS
Roger Leigh. Andres Mejia. COPYRIGHT
Copyright (C) 2006-2009 Roger Leigh <rleigh@debian.org>. Copyright (C) 2010 Andres Mejia <mcitadel@gmail.com>. SEE ALSO
sbuild(1), sbuild-apt(1), Version 0.63.2 18 Aug 2012 SBUILD-UPDATE(1)