We are also actively recruiting community members who are interested in porting OpenSSL-based projects to CyaSSL using our portability layer. We think through the process of completing additional OpenSSL to CyaSSL ports that we can incrementally improve the compatibility layer for all.
Should you need to contact us regarding any community related issues, email us at community@yassl.com. If you’re working on a port, please let us know! We’d love to hear about it!
Resources
SWIG - an interface compiler that connects programs written in C and C++ with scripting languages such as Perl, Python, Ruby, and Tcl. It works by taking the declarations found in C/C++ header files and using them to generate the wrapper code that scripting languages need to access the underlying C/C++ code. In addition, SWIG provides a variety of customization features that let you tailor the wrapping process to suit your application.