check-ssl-error ( ssl-handle ret -- event/f )


Vocabulary
io.sockets.secure.openssl

Inputs
ssl-handlea ssl-handle
reterror code returned by an SSL function


Outputs
event/fa symbol indicating the desired operation or f


Word description
Checks if the last SSL function returned successfully or not. If so, returns f or a symbol, +input+ or +output+, that indicates the socket operation required by libssl.

Definition