gevent.ssl - SSL wrapper for socket objectsΒΆ

For the documentation, refer to ssl module manual.

This module implements cooperative SSL socket wrappers. On Python 2.6 and older it uses Python’s native ssl module. On Python 2.5 and 2.4 it requires ssl package to be installed.

This Page