Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

denik/sslfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update: These patches have been merged into official package (version 1.16).


This is a fixed version of ssl package (http://pypi.python.org/pypi/ssl).

To install it, do

pip install sslfix

or download it from http://pypi.python.org/pypi/sslfix

Note, that the actual package installed is ssl and not sslfix (it's a drop-in replacement).

The fixes are:

  • Remove installing tests system-wide (fixes "permission denied" error when installing into virtualenv).
  • Add /usr/lib/i386-linux-gnu and /usr/lib/x86_64-linux-gnu to search path (fixes compilation on ubuntu 12.04).
  • Do not use SSLv2_method if not present (fixes ImportError: ssl/_ssl2.so: undefined symbol: SSLv2_method).

About

A few fixes for ssl-1.15 package (merged into mainline https://pypi.python.org/pypi/ssl/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published