applied, thanks
On Sun, Feb 3, 2013 at 1:29 PM, Sonny Karlsson <[email protected]> wrote: > This patch series adds another HTTPS plugin. It uses PolarSSL and has > been tested with v1.1.4 and v1.2.4. The first 3 patches are fixes in > monkey core required for the plugin to work. The plugin is not well > tested, but I've used Google Chrome, Mozilla Firefox, Safari, curl and > ab on it without problem. > > The plugin should work with all plugins as long as they use > mk_api->socket calls. It does not change any epoll events or implement > any event callbacks. > > By default it is assumed that the systems knows where polarssl is > located, but here are the needed variables to use with any directory. > > $ CFLAGS="-I/path/to/polarssl/include" \ > > LDFLAGS="-Wl,-rpath=/path/to/polarssl/library > -L/path/to/polarssl/library" \ > > ./configure --enable-plugins=polarssl > > To enable the plugin, load as usually and set 'TransportLayer' in > monkey.conf to 'polarssl'. > > To build the polarssl library from source you need to enable the shared > library. > > $ cmake -DUSE_SHARED_POLARSSL_LIBRARY=on . > > -- > Sonny Karlsson > > _______________________________________________ > Monkey mailing list > [email protected] > http://lists.monkey-project.com/listinfo/monkey > > -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
