Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #246398

Category curl
Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
Changed at Wed 22 Oct 2025 11:40:00
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision fcae0733a7c55e712955b0f6df24fc8412023e2d

Comments

gnutls: fix re-handshake comments
With GnuTLS, a GNUTLS_E_REHANDSHAKE can be a renegotiate in TLSv1.2 or a
key update in TLSv1.3. This had been made non-blocking in
a1850ad7debe33fded6367e34d5c06be4d51f58e but the comment warning about a
blocking call was not updated.

Closes #19187

Changed files