platform/core/security/webauthn.git
2024-03-28 Krzysztof MalysaFix typos 75/308575/4
2024-03-27 Yonggoo KangAdd tests for cancel API and ClientRequest classes 47/308547/1
2024-03-27 Yonggoo KangHandle not supported client's api call when shared... 44/308544/3
2024-03-27 Yonggoo KangRemove unnecessary README.md file for now 31/308531/1
2024-03-26 Yonggoo KangMove some implementation from header to cpp 97/308497/1
2024-03-26 Yonggoo KangMake exception type for invalid shared library 85/308485/1
2024-03-26 Yonggoo KangMove common data and functions into TestCommon 77/308477/1
2024-03-25 Yonggoo KangMake abstraction of ClientRequest, DLLoader, Service 37/308437/1
2024-03-22 Dongsun LeeAdd references and decritpions to API 52/308352/2
2024-03-21 Dongsun LeeRemove challenge from API 31/308331/1
2024-03-21 Dongsun LeeRemove json_data from API 10/308310/2
2024-03-19 Dongsun LeeRemove unused WEBAUTHN_MAX_USER_ID_LENGTH from API 75/308175/2
2024-03-19 Dongsun Leeremove is_conditional_mediation_available from API 68/308168/1
2024-03-15 Yonggoo KangRefine FileLocker and add unittests 65/308065/1
2024-03-15 Yonggoo KangRemove sleep on unittest 63/308063/1
2024-03-15 Yonggoo KangFix typo 62/308062/1
2024-03-15 Yonggoo KangRemove unused util function 61/308061/1
2024-03-15 Yonggoo KangRefine QRCallback logic of request on server side 57/308057/2
2024-03-15 Yonggoo KangFix minor 47/307947/3
2024-03-15 Yonggoo KangRemove repeated condition 46/307946/3
2024-03-15 Yonggoo KangCheck user_data first and remove unnecessary logic... 45/307945/3
2024-03-15 Yonggoo KangEnable gcov 12/307912/3
2024-03-13 Krzysztof MalysaAdd const to data buffers and strings in data types 32/307832/1
2024-03-08 Yonggoo KangAdd a build option to check shadow declaration 48/307448/2 accepted/tizen/unified/20240312.132025 accepted/tizen/unified/x/20240313.092053 accepted/tizen/unified/x/20240314.073506
2024-03-07 Yonggoo KangPrevent COPY_INSTEAD_OF_MOVE 22/307322/1
2024-03-07 Yonggoo KangRemove unnecessary dynamic_cast 05/307305/1
2024-03-07 Yonggoo KangModify expectation flow for unsigned char pointer test 02/307302/2
2024-03-07 Yonggoo KangPrevent integer overflow 99/307299/1
2024-03-07 Yonggoo KangRemove trailing whitespace 96/307296/2
2024-03-06 Yonggoo KangInit variables and split multiple serializaion test... 77/307277/2
2024-03-06 Yonggoo KangRemove deadcode and add initial value 76/307276/1
2024-03-06 Yonggoo KangRemove unused fd_set 61/307261/1
2024-03-06 Yonggoo KangReplace pointer to smart pointer for RAII 58/307258/2
2024-03-06 Yonggoo KangPrevent INTEGER_OVERFLOW 46/307246/2
2024-03-06 Yonggoo KangPrevent access to null pointer 39/307239/2
2024-03-06 Dongsun LeeRemove unused dependencies of test package 38/307238/1
2024-03-06 Yonggoo KangInitialize class members and move a debug log 20/307220/6
2024-03-04 Dongsun LeeRemove unused tests 47/307047/1 accepted/tizen/unified/20240306.174145 accepted/tizen/unified/toolchain/20240311.064833 accepted/tizen/unified/x/20240308.033444
2024-03-04 Yonggoo KangAdd exception for failed to connect to socket 58/306758/3
2024-03-04 Yonggoo KangImplement on-demand socket activation 57/306757/2
2024-02-27 Yonggoo KangFix path of socket 56/306756/1
2024-02-19 Yonggoo KangAdd default value and error type for timeout 73/306273/1
2024-02-19 Yonggoo KangChange memory space from heap to stack for use instance... 44/306244/1 accepted/tizen/unified/20240220.115627 accepted/tizen/unified/20240220.144631 accepted/tizen/unified/x/20240221.033404
2024-02-06 강용구/Security... Reuse some code blocks using typename <RequestX> (#48)
2024-02-01 강용구/Security... Implement Dynamic Library Loader and Link Hybrid Plugin...
2024-01-23 강용구/Security... Fix typo (#46)
2024-01-22 Dongsun LeeAdd description for transports
2024-01-22 Dongsun Leechange enums to uppercase
2024-01-22 Dongsun LeeUse different namespace for TestData
2024-01-22 강용구/Security... Adjust to (de)serialization implementation (#42)
2024-01-17 강용구/Security... Add @see descriptions (#43)
2024-01-17 Dongsun LeeAdd more defense logic for exceptional cases
2024-01-17 Dongsun LeeImplements message serialization
2024-01-16 Dongsun LeeRemove unused origin from header
2024-01-16 Dongsun LeeFix TYPO in header(attestion->attestation)
2024-01-16 Dongsun Leechange type of port from int to unsigned short
2024-01-12 Yonggoo KangMove free into caller's block
2024-01-12 Yonggoo KangMark points will be changed
2024-01-12 Yonggoo KangMark points will be changed
2024-01-12 Yonggoo KangAdd simple test logic
2024-01-12 Yonggoo KangLink pthread in test module
2024-01-11 강용구/Security... Fix name of member variables (#36)
2024-01-11 강용구/Security... Remove unnecessary shared ptr (#37)
2024-01-10 강용구/Security... Modify server's worker logic (#35)
2024-01-09 강용구/Security... Busy and Cancel logics (#33)
2024-01-09 Dongsun Leefix a variable name in header file(transports->descriptors)
2024-01-05 강용구/Security... Add thread logic for callbacks (#32)
2024-01-04 Dongsun LeeDefines WEBAUTHN_HYBRID_PLUGIN_SO_PATH in rpm macro...
2024-01-03 Dongsun LeeChange callback definitions to function pointer
2023-12-12 Krzysztof JackiewiczMake HAL API void
2023-12-07 강용구/Security... Remove cancellation id from CAPI (#27)
2023-12-05 강용구/Security... Add result param into response callback (#26)
2023-12-05 Dongsun LeeRemoves Cancellation ID from HAL API
2023-11-29 Krzysztof JackiewiczFew API fixes
2023-11-29 Dongsun Leeadd user_data parameter to callback functions
2023-11-29 강용구/Security... Fix mismatch api (#23)
2023-11-28 강용구/Security... Init webauthn service (#20)
2023-11-27 Dongsun Leechange cancellation_id to be generated in server
2023-11-22 Dongsun LeeElaborate the API description of wauthn_cb_display_qrcode
2023-11-16 강용구/Security... Add exception module (#18)
2023-11-16 강용구/Security... Add log module (#17)
2023-11-15 강용구/Security... Fix to webauthn service setting (#15)
2023-11-15 Dongsun LeeRemove wrong error code from appctrl_error_to_string()
2023-11-15 Dongsun Leefix bug in manifest setting
2023-11-15 Dongsun LeeAdd default visibility to APIs
2023-11-15 Dongsun Leefix TYPO & add wauthn_error_to_string to header
2023-11-06 Dongsun LeeAdd TCs for basic BLE operations
2023-11-05 Dongsun LeeSplit webauthn-types.h from webauthn.h
2023-11-05 Dongsun LeeAdd HAL APIs
2023-10-11 이동선/Security... add webauthn APIs
2023-09-06 Dongsun LeeAdd basic files for gbs build
2023-09-04 Dongsun Leeinitial commit