maybe-handshake ( ssl-handle -- ssl-handle )


Vocabulary
io.sockets.secure.openssl

Inputs
ssl-handlea ssl-handle


Outputs
ssl-handlea ssl-handle


Word description
Performs SSL handshaking (using SSL_accept) if the handle isn't connected. Then sets its state to connected.

Definition