TSG-15163,TSG-15711: 支持ech协议作为安全策略条件

This commit is contained in:
liuxueli
2023-06-27 17:05:49 +08:00
parent 2fda08dc43
commit 3a8041198f
4 changed files with 27 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ struct ssl_chello
char* alpn;
char* cipher_suites;
char* cipher_suites_tls13;
int is_encrypt_sni;
int is_encrypt_sni;
int is_encrypt_chello;
};
struct ssl_chello* ssl_chello_parse(const unsigned char* buff, size_t buff_len, enum chello_parse_result* result);