Skip to content

Instantly share code, notes, and snippets.

@delfuego
Forked from jaronson/ubuntu-openssl-sslv2
Last active September 2, 2017 17:50
Show Gist options
  • Save delfuego/733c84d422a34fc540f4 to your computer and use it in GitHub Desktop.
Save delfuego/733c84d422a34fc540f4 to your computer and use it in GitHub Desktop.
sudo apt-get -y install build-essential devscripts quilt nano
sudo apt-get -y build-dep openssl
apt-get source openssl
cd openssl-*
nano debian/rules # Remove no-ssl2 in args
dch -n 'Allow dangerous v2 protocol'
dpkg-source –commit
debuild -uc -us
sudo dpkg -i ../*ssl*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment