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

View File

@@ -18,7 +18,7 @@ extern "C" {
#define GMSSL_VERSION_NUM 30200
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1114"
#define GMSSL_VERSION_STR "GmSSL 3.2.0-dev.1115"
int gmssl_version_num(void);
const char *gmssl_version_str(void);