Skip to content

Commit

Permalink
feat(test): Add test cases for CRL validation
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelGraf committed Sep 16, 2024
1 parent fc75a2d commit d22b5fc
Show file tree
Hide file tree
Showing 3 changed files with 1,377 additions and 136 deletions.
4 changes: 4 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,10 @@ if(UA_ENABLE_ENCRYPTION)
add_executable(check_client_encryption client/check_client_encryption.c $<TARGET_OBJECTS:open62541-object> $<TARGET_OBJECTS:open62541-testplugins>)
target_link_libraries(check_client_encryption ${LIBS})
add_test_valgrind(client_encryption ${TESTS_BINARY_DIR}/check_client_encryption)

add_executable(check_crl_validation encryption/check_crl_validation.c $<TARGET_OBJECTS:open62541-object> $<TARGET_OBJECTS:open62541-testplugins>)
target_link_libraries(check_crl_validation ${LIBS})
add_test_valgrind(crl_validation ${TESTS_BINARY_DIR}/check_crl_validation)
endif()

if(UA_ENABLE_ENCRYPTION_MBEDTLS)
Expand Down
Loading

0 comments on commit d22b5fc

Please sign in to comment.