]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: Use the early_data API the right way.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 3 May 2019 18:56:19 +0000 (20:56 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 3 May 2019 19:00:10 +0000 (21:00 +0200)
commit010941f87605e8219d25becdbc652350a687d6a2
tree38c222fbc343a69a6bef0b3d70e1ec94465574b0
parentc40efc19194a7b21137f9d2b3a39e83003689fef
BUG/MEDIUM: ssl: Use the early_data API the right way.

We can only read early data if we're a server, and write if we're a client,
so don't attempt to mix both.

This should be backported to 1.8 and 1.9.
src/backend.c
src/ssl_sock.c