SSL services: Difference between revisions

Line 506: Line 506:
Takes a type-0x6 output buffer and two type-0x5 input buffers.
Takes a type-0x6 output buffer and two type-0x5 input buffers.


The first inbuf contains a string. The buffer size must match the output from strnlen(inbuf0, bufsize0), therefore the buffer size must not include the NUL-terminator.
The first inbuf contains the label string. The buffer size must match the output from strnlen(inbuf0, bufsize0), therefore the buffer size must not include the NUL-terminator.


The second inbuf is optional, if specified the buffer size must be <0xFFFF.
The second inbuf is the optional context data, if specified the buffer size must be <0xFFFF.
 
This is for standard TLS keying material export.


==== SetIoTimeout ====
==== SetIoTimeout ====