Showing changes from revision #0 to #1:
Added | Removed | Changed
Read data from a secure connection.
Entry | |
---|---|
R0 | ssl handle |
R1 | pointer to data to receive |
R2 | size of data buffer |
R3 | option flags, only MSG_PEEK is significant |
Exit | |
---|---|
R0 | amount of data received |
Analogous to Socket_Recv.
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.