On 7/27/07, Garabatus Raptus <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
