Branch: refs/heads/openssl-3.0 Home: https://github.com/openssl/openssl Commit: 6f4e5d81224bf7e425e985b2ed8b43903f196d15 https://github.com/openssl/openssl/commit/6f4e5d81224bf7e425e985b2ed8b43903f196d15 Author: Frederik Wedel-Heinen <frederik.wedel-hei...@dencrypt.dk> Date: 2024-06-20 (Thu, 20 Jun 2024)
Changed paths: M include/openssl/tls1.h M ssl/ssl_sess.c M ssl/statem/extensions.c M ssl/statem/extensions_srvr.c M ssl/t1_lib.c Log Message: ----------- Fix handling of max_fragment_length extension for PSK A psk session was assumed to be a resumption which failed a check when parsing the max_fragment_length extension hello from the client. Relevant code from PR#18130 which was a suggested fix to the issue was cherry-picked. Fixes #18121 Reviewed-by: Matt Caswell <m...@openssl.org> Reviewed-by: Viktor Dukhovni <vik...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24513) (cherry picked from commit fa495604516a610d988f02298c8d97a6ac4777bb) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications