diff options
| author | 刘学利 <[email protected]> | 2021-06-04 02:22:26 +0000 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2021-06-04 02:22:26 +0000 |
| commit | a181c95ba70f2223087dce5612504ccf78481759 (patch) | |
| tree | 12c9cc257bd5cf5f1903190787ff3cbaacd536e8 /src/SSL_Analyze.c | |
| parent | eaa9479def9efc97f0f6f991f8ac379fe1eb7ad6 (diff) | |
support session ticketv2.0.1
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 7e93981..5b5d63f 100644 --- a/src/SSL_Analyze.c +++ b/src/SSL_Analyze.c @@ -43,7 +43,7 @@ extern "C" ssl_prog_runtime_parameter_t g_ssl_prog_para; -int SSL_VERSION_1_20210428 = 0; +int SSL_VERSION_1_20210529 = 0; void ssl_history() { @@ -100,6 +100,7 @@ void ssl_history() //2021-02-07 V0.2 add SSLSubKey //2021-04-17 V0.2 support esni //2021-04-28 V0.2 add certlen for each cert +//2021-05-29 V0.2 add SSLSerialNumLen |
