Comment # 58 on bug 1068470 from
(In reply to Marcus H��we from comment #57)
> We could switch to python's default ssl impl (this should work for recent
> python2.7 and probably all(?) python3 versions). But since M2Crypto also
> works with python3, we can also keep it...
> But even if we would switch to python's ssl impl, it would _NOT_ help in your
> case. Comment #52 is the analysis of the tcpdump when using python's ssl
> impl.

If osc uses only functionality already covered by the standard library���s ssl,
then it should certainly be rewritten not to use M2Crypto (I am always for
sticking just to the standard library), but I thought osc requires some
functionality which is not in the standard library, does it?


You are receiving this mail because: