添加ssl_cipher_suites_convert函数

This commit is contained in:
崔一鸣
2019-05-24 23:15:58 +08:00
parent 4bac00157b
commit 72d170aec2
3 changed files with 233 additions and 5 deletions

View File

@@ -214,4 +214,7 @@ struct ssl_chello* ssl_chello_parse(const unsigned char* buff, size_t buff_len,
void ssl_chello_free(struct ssl_chello* chello);
int ssl_cipher_suites_convert(const char *source, int source_len, char *target_common, char *target_tls13);
#endif /* !SSL_H */