Update the callback logic for handle the wauthn_cb_update_linked_data 97/309697/9
authorYonggoo Kang <ygace.kang@samsung.com>
Mon, 15 Apr 2024 16:21:04 +0000 (01:21 +0900)
committerYonggoo Kang <ygace.kang@samsung.com>
Tue, 16 Apr 2024 10:19:07 +0000 (19:19 +0900)
commiteaf946b89db949da3853cd3795562e4e39fa6c39
tree37c3a71641089cc73ff2f0c7bc375bcc44896c3c
parent509647625e5b8180d8e0a5ec7b0c41654954b57c
Update the callback logic for handle the wauthn_cb_update_linked_data

 - Add wauthn_cb_update_linked_data related logic and unittests
 - Fix bug on the __checkValidity() about valid range
 - Move UnsetBusy() into the Response Callback
 - Minor fix about naming
 - Ready for manual test with the added callback

Change-Id: I31794d5e6c9036f142ae8aaf0b58552e59c98546
15 files changed:
srcs/client/client-request.h
srcs/client/client.cpp
srcs/common/serialization.cpp
srcs/common/utils.cpp
srcs/server/request-ga.h
srcs/server/request-mc.h
srcs/server/request.h
srcs/server/service.cpp
srcs/server/service.h
tests/client-request-test.cpp
tests/manual/man_tests.cpp
tests/serialization-test.cpp
tests/test-common.cpp
tests/test-common.h
tests/webauthn-client-test.cpp