Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created April 12, 2016 12:37
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save mbejda/a1dabc45b32aaf8b25ae5e8d05923518 to your computer and use it in GitHub Desktop.
Save mbejda/a1dabc45b32aaf8b25ae5e8d05923518 to your computer and use it in GitHub Desktop.
Installing OpenSSL 1.0.2 on Ubuntu 14
openssl version -a
sudo add-apt-repository ppa:0k53d-karl-f830m/openssl
sudo apt-get update
sudo apt-get install openssl
openssl version -a
@tf42src
Copy link

tf42src commented Sep 12, 2017

Doesn't work for me. I've done all the steps above.

apt-get install openssl
openssl is already the newest version.

openssl version -a
OpenSSL 1.1.0f  25 May 2017

@mlissner
Copy link

mlissner commented Dec 6, 2017

Boy, ppa:0k53d-karl-f830m/openssl doesn't look suspicious at all. I'd highly discourage unofficial sources of crypto software.

@themoah
Copy link

themoah commented Jan 29, 2018

As this snippet shows at top of Google results -
please use it at own risk, as it suggests adding crypto software from unverified sources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment