mirror of
https://github.com/ipxe/ipxe
synced 2026-02-04 23:19:30 +03:00
[tls] Handle fragmented handshake records
Originally-implemented-by: Christopher Schenk <christopher@cschenk.net> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -398,6 +398,8 @@ struct tls_connection {
|
||||
struct io_buffer rx_header_iobuf;
|
||||
/** List of received data buffers */
|
||||
struct list_head rx_data;
|
||||
/** Received handshake fragment */
|
||||
struct io_buffer *rx_handshake;
|
||||
};
|
||||
|
||||
/** RX I/O buffer size
|
||||
|
||||
Reference in New Issue
Block a user