Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Thanks for the clarification. So it's normal for the command openssl version to still report the same as it was previously? I guess I expected that would change. Commented Apr 8, 2014 at 0:54
  • I agree that openssl version reporting the same as before isn't particularly helpful. Commented Apr 8, 2014 at 1:42
  • 1
    If you have doubts, you can check for the vulnerability using filippo.io/Heartbleed Commented Apr 8, 2014 at 19:26
  • @user51279 run openssl version -b and you can see the updated build date. Commented Apr 9, 2014 at 16:50
  • Note that the "openssl" package only contains the tools etc. If you are looking for security fixes to the library you need to check the versions of the library packages (libssl1.0.0 and libcrypto1.0.0 ) Commented Dec 16, 2015 at 14:55