增加no_mirror_client_cipher_suite开关;ssl_utils.cpp改名后cmakelist未响应修改;

This commit is contained in:
zhengchao
2019-01-14 20:35:29 +06:00
parent f21d51de3d
commit 124b7f083f
5 changed files with 29 additions and 22 deletions

View File

@@ -204,7 +204,7 @@ struct ssl_chello
char* cipher_suites;
char* cipher_suites_tls13;
};
struct ssl_chello* ssl_chello_parse(const unsigned char* buff, size_t buff_len, enum chello_parse_result* result);
struct ssl_chello* ssl_chello_parse(const unsigned char* buff, size_t buff_len, int parse_cipher, enum chello_parse_result* result);
void ssl_chello_free(struct ssl_chello* chello);