[IronPython] M2Cryto

Curt Hagenlocher curt at hagenlocher.org
Fri Jul 27 19:15:40 CEST 2007


On 7/27/07, Garabatus Raptus <garabatus at gmail.com> wrote:
>
>
> I would like to use M2Crypto (a wrapper for OpenSSL) with Ironpython.
> Any idea of how can I integrate it with Ironpython?


This is an extension to CPython written in C, which is therefore not
compatible with IronPython.  Depending on your application's requirements,
you may be able to use the SslStream class that's built into the .NET
Framework instead.

--
Curt Hagenlocher
curt at hagenlocher.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20070727/3f1e145e/attachment.html>


More information about the Ironpython-users mailing list