Update TLS 1.3

This commit is contained in:
Zhi Guan
2026-04-13 11:34:16 +08:00
parent 2e550edc35
commit 0bcffd3734
5 changed files with 708 additions and 516 deletions

View File

@@ -2242,9 +2242,6 @@ int tls_ctx_init(TLS_CTX *ctx, int protocol, int is_client)
ctx->supported_versions_cnt = sizeof(supported_versions)/sizeof(supported_versions[0]);
// key_exchange_modes
ctx->key_exchange_modes = TLS_KE_CERT_DHE;
ctx->verify_depth = 5;