HACKING ISSUES KNOWN_ISSUES LATEST LICENSE NEWS README
Flipper OpenSSL OpenSSL::SSL
Kgio SSL SSLConnector SSLServer

Methods

::ssl_context

module Flipper

This is a library for an experimental SSL proxy similar to stunnel or stud. It does not use threads internally and uses as little memory as possible. It supports both client and server proxies in a single event loop and allows multiple event loops to be used.

It is intended as a demo and testbed of kgio-monkey functionality, but maybe useful in production. It only supports TCP <-> TCP connections.

Most of Flipper is undocumented and the API is subject to change.

Public Class Methods

ssl_context (opts) source

we try to emulate the nginx configuration format/terminology as much as possible to make it easy for users to learn. ref: wiki.nginx.org/NginxHttpSslModule


Pages Classes Methods