mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
[tls] Display validator messages only while validation is in progress
Allow the cipherstream to report progress status messages during connection establishment. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -335,6 +335,8 @@ struct tls_connection {
|
||||
struct pending_operation client_negotiation;
|
||||
/** Server security negotiation pending operation */
|
||||
struct pending_operation server_negotiation;
|
||||
/** Certificate validation pending operation */
|
||||
struct pending_operation validation;
|
||||
|
||||
/** TX sequence number */
|
||||
uint64_t tx_seq;
|
||||
|
||||
Reference in New Issue
Block a user