From 00218891bdf3833d5f3cd741fa736fe52329b119 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Tue, 12 Mar 2024 17:11:11 +0800 Subject: Feature: delete api -> ssl_get_ja3_fingerprint, rename ssl_ja3s_info -> ssl_ja_fingerprint --- test/ssl_test_plug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/ssl_test_plug.cpp b/test/ssl_test_plug.cpp index 9a1d27a..b7b09c7 100644 --- a/test/ssl_test_plug.cpp +++ b/test/ssl_test_plug.cpp @@ -106,9 +106,9 @@ extern "C" unsigned char SSL_TEST_PLUG_ENTRY(stSessionInfo *session_info, void * } break; case SSL_SERVER_HELLO: - if (a_ssl->shello->ja3s.fingerprint_md5 != NULL && a_ssl->shello->ja3s.fingerprint_md5_len > 0) + if (a_ssl->shello->ja3s.md5 != NULL && a_ssl->shello->ja3s.md5_len > 0) { - cJSON_AddStringToObject(ctx, "ssl_ja3s_hash", a_ssl->shello->ja3s.fingerprint_md5); + cJSON_AddStringToObject(ctx, "ssl_ja3s_hash", a_ssl->shello->ja3s.md5); } break; case SSL_CERTIFICATE_DETAIL: -- cgit v1.2.3