Searched refs:connect_SSL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dnonblock.t76 # fast: try connect_SSL immediatly after sending plain text
77 # connect_SSL should fail on the first attempt because server
79 # slow: wait before calling connect_SSL
80 # connect_SSL should succeed, because server was already waiting
148 # so that connect_SSL does not have to wait
165 # SSL handshake thru connect_SSL
170 $to_server->connect_SSL && last;
294 # between plain text sending and connect_SSL) I need to
342 sleep(5) if $test eq 'slow'; # wait until client calls connect_SSL
346 # accept_SSL attempt to fail because client did not call connect_SSL ye
[all...]
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm372 return $self->connect_SSL;
376 sub connect_SSL { subroutine
1057 : $socket->connect_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 118 milliseconds