aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/tls.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2023-03-30 16:28:40 +0100
committerMichael Brown <mcb30@ipxe.org>2023-03-30 23:26:07 +0100
commitc5bf6eb3ead51a57f0ac7578699bb71d2f1b9361 (patch)
tree25f3c82f05fd1996b6f32d16a014156a37c43ea9 /src/include/ipxe/tls.h
parent5118e9fdd5681f89798a04b5be21fea98eee0f6f (diff)
downloadipxe-tlsfrag3.tar.gz
[tls] Handle fragmented handshake recordstlsfrag3
Originally-implemented-by: Christopher Schenk <christopher@cschenk.net> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/tls.h')
-rw-r--r--src/include/ipxe/tls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/tls.h b/src/include/ipxe/tls.h
index 99c7be019..30bb1c483 100644
--- a/src/include/ipxe/tls.h
+++ b/src/include/ipxe/tls.h
@@ -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