commit | 46a037510f77ba6865cd2d538feeb10b07eb526c | [log] [tgz] |
---|---|---|
author | Kazuho Oku <kazuhooku@gmail.com> | Thu Feb 29 11:39:37 2024 +0900 |
committer | Kazuho Oku <kazuhooku@gmail.com> | Thu Feb 29 11:39:48 2024 +0900 |
tree | 6960019e5f90bc18ad3f07dfdaf52c09195de4ff | |
parent | a451c0bf8aaaca221a31f33cc51ed7848fb7fe58 [diff] |
we can assume this; see server_handle_hello
diff --git a/lib/picotls.c b/lib/picotls.c index dec352c..c30da30 100644 --- a/lib/picotls.c +++ b/lib/picotls.c
@@ -5248,7 +5248,6 @@ goto Exit; break; case PTLS_PROTOCOL_VERSION_TLS13: - assert((*tls)->key_schedule == NULL); (*tls)->cipher_suite = ptls_find_cipher_suite(ctx->cipher_suites, csid); if ((*tls)->cipher_suite == NULL) { ret = PTLS_ALERT_HANDSHAKE_FAILURE;