]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: Handle non-Application data record with AWS-LC
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 9 Jul 2025 17:05:01 +0000 (19:05 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 20 Aug 2025 16:33:11 +0000 (18:33 +0200)
commit5da35409882ed10bfb20d0c0cd4b48c60eab9c8b
tree75fd775e9bc4ddf0e0913f1dc5fdf70723b7c7fe
parentfefc1cce202b4e3a44f29e3f7fdb425b85d9c12b
MEDIUM: ssl: Handle non-Application data record with AWS-LC

Handle receiving and sending TLS records that are not application data
records.
When receiving, we ignore new session tickets records, we handle close
notify as a read0, and we consider any other records as a connection
error.
For sending, we're just sending close notify, so that the TLS connection
is properly closed.
src/ssl_sock.c