[IronPython] M2Cryto

Curt Hagenlocher curt at hagenlocher.org
Fri Jul 27 10:15:40 PDT 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://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20070727/3f1e145e/attachment.html 


More information about the Users mailing list