Update verbose control

This commit is contained in:
Zhi Guan
2026-06-20 10:38:38 +08:00
parent 9daea7c7ae
commit e27300f00a
15 changed files with 112 additions and 52 deletions

View File

@@ -806,6 +806,11 @@ enum {
TLS_client_mode = 1,
};
enum {
TLS_verbose = 1,
TLS_verbose_print_key = 5,
};
#define TLS_MAX_CIPHER_SUITES_COUNT 64