]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tls] Clean up change cipher spec record handling
authorMichael Brown <mcb30@ipxe.org>
Thu, 30 Mar 2023 15:57:12 +0000 (16:57 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 30 Mar 2023 15:57:12 +0000 (16:57 +0100)
commit2c6a15d2a350425c0f1f88e0e69cb5e9e2a651e5
treec9bc10ae5e306212f110b5371c37f87bf49e86a4
parent09e8a154084c57311463408e3f2e412c305a9638
[tls] Clean up change cipher spec record handling

Define and use data structures and constants for the (single-byte)
change cipher spec records.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/tls.h
src/net/tls.c