[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:
Michael Brown
2019-03-10 17:27:33 +00:00
parent b28ccfc725
commit 7b63c1275f
2 changed files with 11 additions and 3 deletions

View File

@@ -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;