Showing changes from revision #0 to #1:
Added | Removed | Changed
Write data to a secure connection.
Entry | |
---|---|
R0 | SSL handle |
R1 | pointer to data to send |
R2 | amount of data to send |
R3 | option flags, none are significant |
Exit | |
---|---|
R0 | amount of data written |
Analogous to Socket_Send.
While establishing a secure link, and performing a certificate exchange, potentially requiring user confirmation, the link status may be reported as ENOTCONN in order to match the response the Internet module would give prior to a link being up.