bufferevent_openssl_socket_new

Create a new SSL bufferevent to send its data over an SSL * on a socket.

@param base An event_base to use to detect reading and writing @param fd 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_socket_new

Meta