=========================
Bugfix SSL macht_hostname
=========================

Since python and gevent SSL certificate authentication handling is broken and
there is a patch backported from python 3, we support some methods for apply
this patches.

This patches are required for pymongo authentication if you use an SSL and
certificate based authentication setup:

  >>> import p01.env.bugfix.ssl_match_hostname

Patch python ssl:

  >>> p01.env.bugfix.ssl_match_hostname.setUpPythonSSLMatchHostnameBugfix()

Patch gevent ssl:

  >>> p01.env.bugfix.ssl_match_hostname.setUpGeventSSLMatchHostnameBugfix()
