diff options
Diffstat (limited to 'src/SSL_Analyze.c')
| -rw-r--r-- | src/SSL_Analyze.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SSL_Analyze.c b/src/SSL_Analyze.c index 2675ce7..75d5277 100644 --- a/src/SSL_Analyze.c +++ b/src/SSL_Analyze.c @@ -21,7 +21,7 @@ ssl_prog_runtime_parameter_t g_ssl_prog_para; -int SSL_VERSION_1_20200109 = 0; +int SSL_VERSION_1_20200615 = 0; void ssl_history() { @@ -70,6 +70,7 @@ void ssl_history() //2019-01-28 V0.2 1. bug update: memset in cert 2. ssl cert_chain:FF FF //2019-12-20 V0.2 add info statistics //2020-01-09 V0.2 add stream tag +//2020-06-15 V0.2 memset buf //to do //certificate ANSL |
