summaryrefslogtreecommitdiffstats
path: root/test/helpers/handshake.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:27:31 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commitfd009d763a931c4cd01f5181a2b0801d205f782a (patch)
tree1a43eeda9efa766bba6b983737b84844ee77fbe8 /test/helpers/handshake.c
parentfb6ad22e36a1ade653f4b6881ddeee128e8b5001 (diff)
test: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'test/helpers/handshake.c')
-rw-r--r--test/helpers/handshake.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/helpers/handshake.c b/test/helpers/handshake.c
index 97255306da..0543634c73 100644
--- a/test/helpers/handshake.c
+++ b/test/helpers/handshake.c
@@ -1196,13 +1196,7 @@ static handshake_status_t handshake_status(peer_status_t last_status,
/* The client failed immediately before sending the ClientHello */
return client_spoke_last ? CLIENT_ERROR : INTERNAL_ERROR;
case PEER_SUCCESS:
- /*
- * First peer succeeded but second peer errored.
- * TODO(emilia): we should be able to continue here (with some
- * application data?) to ensure the first peer receives the
- * alert / close_notify.
- * (No tests currently exercise this branch.)
- */
+ /* First peer succeeded but second peer errored. */
return client_spoke_last ? CLIENT_ERROR : SERVER_ERROR;
case PEER_RETRY:
/* We errored; let the peer finish. */