aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/tls.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/ipxe/tls.h b/src/include/ipxe/tls.h
index 8bb1ccc..be192b7 100644
--- a/src/include/ipxe/tls.h
+++ b/src/include/ipxe/tls.h
@@ -122,6 +122,14 @@ struct tls_header {
/* TLS renegotiation information extension */
#define TLS_RENEGOTIATION_INFO 0xff01
+/** TLS authentication header */
+struct tls_auth_header {
+ /** Sequence number */
+ uint64_t seq;
+ /** TLS header */
+ struct tls_header header;
+} __attribute__ (( packed ));
+
/** TLS verification data */
struct tls_verify_data {
/** Client verification data */