commit | acbabdb335f47eb8246188a23ed7e3997da6e8ba | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Wed Aug 21 12:15:24 2024 +0100 |
committer | Michael Brown <mcb30@ipxe.org> | Wed Aug 21 12:15:24 2024 +0100 |
tree | a76d6417fae3bf6a795c4bca213b864027808fb0 | |
parent | c9cac76a5c07536a466bdcbb15c69e090f0bb9f7 [diff] |
[tls] Group client and server state in TLS connection structure The TLS connection structure has grown to become unmanageably large as new features and support for new TLS protocol versions have been added over time. Split out the portions of struct tls_connection that are specific to client and server operations into separate structures, and simplify some structure field names. Signed-off-by: Michael Brown <mcb30@ipxe.org>