Searched refs:accept_SSL (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/example/
H A Dasync_https_server.pl59 if ( $fdc->accept_SSL ) {
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dnonblock.t167 # did not call accept_SSL yet
296 # between receiving plain text and accept_SSL)
344 # SSL handshake thru accept_SSL
346 # accept_SSL attempt to fail because client did not call connect_SSL yet
349 $from_client->accept_SSL && last;
366 ok( "nonblocking accept_SSL with $attempts attempts" );
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm548 $self->accept_SSL($socket) || return;
549 DEBUG(2,'accept_SSL ok' );
554 sub accept_SSL { subroutine
1056 ? $socket->accept_SSL(%to)
2294 IO::Socket::SSL and call accept_SSL or connect_SSL and the upgraded object. To
2296 w/o this parameter it will revert to blocking behavior for accept_SSL and connect_SSL.

Completed in 119 milliseconds