Void putTLSBytes(TLSsession tls, Binary toput)
Arguments
tls: A TLS sessiontoput: The unencrypted data to send (as a Binary::Binary set of bytes)
Usage
Send encrypted binary data. This function is called by Net::sendBytes as necessary.
tls: A TLS sessiontoput: The unencrypted data to send (as a Binary::Binary set of bytes)Send encrypted binary data. This function is called by Net::sendBytes as necessary.