arduino / openwrt-yun

A custom version of OpenWrt, targeted to the Arduino Yún
GNU General Public License v2.0
148 stars 71 forks source link

Old pyopenssl is compromising security - update from 0.10 to 0.12+ #47

Open sscirrus opened 8 years ago

sscirrus commented 8 years ago

When I start Python on my Yun now, I'm getting the following warning:

/usr/lib/python2.7/site-packages/Twisted-14.0.2-py2.7.egg/twisted/internet/_sslverify.py:184:
exceptions.UserWarning: Your version of pyOpenSSL, 0.10, is out of date.  Please upgrade to at least 
0.12 and install service_identity from <https://pypi.python.org/pypi/service_identity>. Without the 
service_identity module and a recent enough pyOpenSSL tosupport it, Twisted can perform only 
rudimentary TLS client hostnameverification.  Many valid certificate/hostname mappings may be 
rejected.

Can this be added to OpenWRT? Is there an alternative I can use to pyopenssl?