bufferevent_openssl_filter_new

Create a new SSL bufferevent to send its data over another bufferevent.

@param base An event_base to use to detect reading and writing. It must also be the base for the underlying bufferevent. @param underlying A socket to use for this SSL @param ssl A SSL* object from openssl. @param state The current state of the SSL connection @param options One or more bufferevent_options @return A new bufferevent on success, or NULL on failure

extern (C) nothrow
bufferevent_openssl_filter_new

Meta