[PATCH 00/22] secur32: Adding an schannel implementation for Mac OS X

Ken Thomases ken at codeweavers.com
Sun Mar 13 18:56:53 CDT 2011


Hi,

This patch series adds a new schannel implementation for Mac OS X which is not based on GnuTLS.  It's based on the native Secure Transport API.  This follows some discussion on wine-devel: http://www.winehq.org/pipermail/wine-devel/2011-January/088488.html

The first 19 patches consist of incremental refactoring of the current GnuTLS-based implementation in order to encapsulate the GnuTLS stuff behind an internal interface, prefixed with schan_imp_.  Once that's done, the GnuTLS implementation is moved out into a separate module.  Then, the new Mac implementation is added as another new module.

-Ken




More information about the wine-patches mailing list