]> git.ipfire.org Git - thirdparty/curl.git/commit
gtls: skip session resumption when verifystatus is set master
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Nov 2025 12:10:48 +0000 (13:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Nov 2025 13:14:54 +0000 (14:14 +0100)
commit9d1acd048c75b24d56d5131cc12f907e37f0bd8f
tree802e6c5ccab175ed5a5f2e152d92c0a1054cd0e0
parentd8bad9926ca6ca6def5c09fbcecebcd6c87b68a7
gtls: skip session resumption when verifystatus is set

Resumed TLS sessions skip OCSP stapled-response verification. Force a
full handshake so verifystatus() runs.

Follow-up to 4bfd7a961521e1fd6aab7610e931d82a342781

Pointed out by ZeroPath
lib/vtls/gtls.c