Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | ||
---|---|---|
R0 | bits 0-7: | domain |
bits 8-31: | reserved for future use (zero) | |
R1 | type | |
R2 | protocol |
Exit | |
---|---|
R0 | SSL handle |
Analogous to Socket_Creat, this SWI initialises a new secure session, returning a handle to use with the other SWIs. Note that the handle is not a socket handle and must be treated as opaque.
If a socket handle (from Socket_Creat) has already been opened and needs to be upgraded to a secure session, see AcornSSL_CreateSession.