Skip to content

Instantly share code, notes, and snippets.

@uberbrady
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uberbrady/9192980 to your computer and use it in GitHub Desktop.
Save uberbrady/9192980 to your computer and use it in GitHub Desktop.
How to apply the patch
# Grab the patch from:
# http://www.sektioneins.de/en/blog/14-02-22-Apple-SSL-BUG.html
cd /System/Library/Frameworks/Security.framework/Versions/A
sudo cp Security Security.bkup
# should respond with 'Password:' - put in your password
sudo bspatch Security.bkup Security ~/Downloads/APPLE_SSL_SECURITY_FRAMEWORK_QUICK_AND_DIRTY_64BIT_FIX.bspatch
# should again respond with 'Password:' - put in your password one more time
@dijit
Copy link

dijit commented Feb 24, 2014

Solution to potential privacy issues: install this totally not-sketchy patch from a source you don't know.

@dictvm
Copy link

dictvm commented Feb 24, 2014

I am not applying this patch, but the source isn't really unknown. Give this guy some credit, he's been in security for years.

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