Skip to content

Commit

Permalink
tls - JA4 TLS ClientHello parser
Browse files Browse the repository at this point in the history
  • Loading branch information
astibal committed Nov 7, 2024
1 parent ff58c2c commit 8a5bc09
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ add_executable(smithproxy
src/inspect/dnsinspector.cpp
src/inspect/dns.cpp
src/inspect/kb/kb.hpp
src/inspect/fp/ja4.hpp

src/inspect/engine/http.hpp
src/inspect/engine/http.cpp
Expand Down Expand Up @@ -406,6 +407,7 @@ IF (CMAKE_BUILD_TYPE STREQUAL "Debug")
src/utils/tests/str_test.cpp
src/inspect/tests/dns_tests.cpp
src/inspect/tests/node_tests.cpp
src/inspect/tests/ja4_tests.cpp
src/ext/libcidr/cidr.cpp

src/policy/policy.cpp
Expand All @@ -430,7 +432,7 @@ IF (CMAKE_BUILD_TYPE STREQUAL "Debug")
socle/common/tests/cast_tests.cpp
)

target_link_libraries(sx_gtests gtest gtest_main socle_lib pthread crypto ssl)
target_link_libraries(sx_gtests asan gtest gtest_main socle_lib pthread crypto ssl)
target_link_libraries (sx_gtests nlohmann_json::nlohmann_json)
endif()
ENDIF()
Expand Down
2 changes: 1 addition & 1 deletion socle
Submodule socle updated 2 files
+5 −3 sslcom.hpp
+1 −1 sslcom.tpp
Loading

0 comments on commit 8a5bc09

Please sign in to comment.