Results 1 to 3 of 3

Thread: update Openssl

  1. #1
    Join Date
    Sep 2010
    Beans
    51

    update Openssl

    Hi,

    I have an Ubuntu Server (12.04) and need to upgrade Openssl

    When I run this:
    openssl version

    I get this:
    OpenSSL 1.0.1 14 Mar 2012

    Which I think is not the latest one, however, when I run this command:
    apt-get install openssl

    I get this:

    openssl is already the newest version.

    I thought 1.0.1f was the latest version so..

    Thanks!
    Last edited by matimont; April 24th, 2014 at 07:37 PM.

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: update Openssl

    Run
    Code:
    openssl version -a
    and look at the build date.
    April 7 was when they release the patch to fix the heartbleed bug, if that is your concern.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Sep 2010
    Beans
    51

    Re: update Openssl

    This is what I get:
    OpenSSL 1.0.1 14 Mar 2012
    built on: Mon Apr 7 20:33:29 UTC 2014


    So I'm ok

    Thanks!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •