Skip to content

Commit

Permalink
Merge old-as-hell-openssl-5014: Drop support for older pyOpenSSL.
Browse files Browse the repository at this point in the history
Author: Alex

Reviewer: exarkun, glyph

Fixes: #5014

Remove support for pyOpenSSL older than 0.10

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@41990 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
  • Loading branch information
glyph committed Mar 24, 2014
1 parent 42d3e06 commit ee2070f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 454 deletions.
5 changes: 2 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Requirements

Zope Interface 3.6.0 or better (http://pypi.python.org/pypi/zope.interface)

pyOpenSSL (<http://launchpad.net/pyopenssl>) is required for any SSL APIs. On
Windows, version 0.10 or newer is required. pyOpenSSL 0.10 or newer is also
preferred on other platforms, but older versions will work as well.
pyOpenSSL (<http://launchpad.net/pyopenssl>) is required for any SSL APIs.
Version 0.10 or newer is required.

On Windows pywin32 (<http://sourceforge.net/projects/pywin32/files/>) is
required. Build 215 or later is highly recommended for reliable operation
Expand Down
381 changes: 0 additions & 381 deletions twisted/internet/_oldtls.py

This file was deleted.

Loading

0 comments on commit ee2070f

Please sign in to comment.