TLS client not responding to key update when KeyUpdate is KeyUpdateRequest.update_requested #22508
Labels
bug
Observed behavior contradicts documented or intended behavior
standard library
This issue involves writing Zig code for the standard library.
Milestone
Zig Version
0.14.0-dev.2647+5322459a0
Steps to Reproduce and Observed Behavior
The error is evident in the Client.zig but I will also how to reproduce it with openssl s_server.
Run this program. program should block to give a chance to trigger key update
type K at s_server terminal to trigger key update with KeyUpdateRequest.update_requested
type any 20 characters to unblock the program
tls client tried to close connection before it sends key update.
Expected Behavior
behave as stated in rfc 8446
The text was updated successfully, but these errors were encountered: