Lines Matching refs:sent
59 negotiated. Early data can be sent by the client immediately after its initial
61 Early data can be sent if a session has previously been established with the
67 Early data has weaker security properties than other data sent over an SSL/TLS
74 application data back to the client. Data sent by the server at this stage is
86 will return the maximum number of early data bytes that can be sent.
89 data bytes that can be sent for a session. This would typically be used when
120 A server may choose to ignore early data that has been sent to it. Once the
124 was rejected or SSL_EARLY_DATA_NOT_SENT if no early data was sent. This function
156 first call to SSL_read_early_data() if the client has not sent any early data,
199 amount of early data in bytes that is permitted to be sent on a single
209 If the server rejects the early data sent by a client then it will skip over
210 the data that is sent. The maximum amount of received early data that is skipped
258 buffer outgoing TCP data if a TCP packet has already been sent which we have not
261 the ACK is received from the peer. The initial ClientHello will be sent in the
265 that additional data will be sent in subsequent TCP packets which will be
266 buffered by the OS and not sent until an ACK is received for the first packet
268 sent until a complete round trip with the server has occurred which defeats the
347 that may be sent.
354 the server, or SSL_EARLY_DATA_NOT_SENT if no early data was sent.