EventBufferEvent::sslFilter
(PECL event >= 1.2.6-beta)
Create a new SSL buffer event to send its data over another buffer event
Description
Create a new SSL buffer event to send its data over another buffer event
This function is available only if Event is compiled with OpenSSL support.
Parameters
baseAssociated event base.
underlyingA socket buffer event to use for this SSL.
ctxObject of
EventSslContextclass.stateThe current state of SSL connection:
EventBufferEvent::SSL_OPEN,EventBufferEvent::SSL_ACCEPTINGorEventBufferEvent::SSL_CONNECTING.optionsOne or more buffer event options.
Return Values
Returns a new SSL EventBufferEvent object.
Examples
See Also
EventBufferEvent::sslSocket