aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/tls.h')
-rw-r--r--src/include/ipxe/tls.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/ipxe/tls.h b/src/include/ipxe/tls.h
index 1e1093f..8345c9a 100644
--- a/src/include/ipxe/tls.h
+++ b/src/include/ipxe/tls.h
@@ -255,6 +255,9 @@ struct tls_session {
/** Server name */
const char *name;
+ /** Root of trust */
+ struct x509_root *root;
+
/** Session ID */
uint8_t id[32];
/** Length of session ID */
@@ -326,7 +329,7 @@ struct tls_connection {
/** Verification data */
struct tls_verify_data verify;
- /** Root of trust (or NULL to use default) */
+ /** Root of trust */
struct x509_root *root;
/** Server certificate chain */
struct x509_chain *chain;